Returns true if the date is in the specified time period.
NAMESPACE
xmlns:AS="http://schema.advantages.cz/AsapFunctions"
SYNTAX
bool IsDateBetween(string date, string startDate, string endDate)
PARAMETERS
Name | Description |
---|---|
date | The date to be checked. |
startDate | The start of the time period. |
endDate | The end of the time period. |