This is preliminary documentation and is subject to change.

TimeOnlyExtensionsIsWithin Method

Overload List

IsWithin(TimeOnly, TimeOnlyRange) Checks if the given value is between the given start and end values, including start date and end date
IsWithin(DateTime, TimeOnly, TimeOnly) Checks if the given value is between the given startTime and endTime values, including start or end time
IsWithin(TimeOnly, TimeOnly, TimeOnly) Checks if the given value is between the given startTime and endTime values, including start or end time

See Also