This is preliminary documentation and is subject to change.

DateTimeRangeIsEmpty Property

Verifies if the range is empty, Start == End == default(T)

Definition

Namespace: MoreDateTime
Assembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
C#
public bool IsEmpty { get; }

Return Value

Boolean
True, if both start and end are default(T)

See Also