Returns whether a timespan is between two dates
public static bool IsBetween(TimeSpan date, DateTime startDate, DateTime endDate)
Return Value
true or false
Parameters
date
startDate
endDate
Overloads:
See also:
Class TimeUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic