DateOnlyRangeIsEmpty Property
Verifies if the range is empty, Start == End == default(T)
Namespace: MoreDateTimeAssembly: MoreDateTime (in MoreDateTime.dll) Version: 1.3.0
public bool IsEmpty { get; }
public:
virtual property bool IsEmpty {
bool get () sealed;
}
No code example is currently available or this language may not be supported.
Return Value
BooleanTrue, if both start and end are default(T)