This is preliminary documentation and is subject to change.

DateTimeExtensionsIsBetween Method

Overload List

IsBetween(DateTime, DateTime, DateTime) Checks if the given value is between the given startDate and endDate values, excluding startDate and endDate
IsBetween(Int32, Int32, Int32) Checks if the given value is between the given start and end values, excluding start and end

See Also