Returns true if the date is between or equal to one of the two values.
public static bool Between(DateTime date, DateTime startDate, DateTime endDate)
Return Value
boolean value indicating if the date is between or equal to one of the two values
Parameters
date
DateTime Base, from where the calculation will be preformed.
startDate
endDate
See also:
Class DateTimeExtensions© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic