DateTimeHelperIsValidFromTo Method |
Returns true if DateTime "from" is lower than or equal to DateTime "to" or one of them is equal to ZeroTime.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static bool IsValidFromTo(
DateTime from,
DateTime to
)
Parameters
- from
- Type: SystemDateTime
DateTime From - to
- Type: SystemDateTime
DateTime To
Return Value
Type:
BooleanSee Also