TimeUtils.IsBetween
Returns whether a timespan is between two dates
public static bool IsBetween(DateTime date, DateTime startDate, DateTime endDate, bool includeTime)
Parameters
date
startDate
endDate
includeTime
If true compare date and time, otherwise just date
