This is preliminary documentation and is subject to change.

DateOnlyRangeIsOrdered Method

Verifies that the order of the dates is correct, Start < End

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public bool IsOrdered()

Return Value

Boolean
True if Start is less or equal End

See Also