Skip to main content

DateTimeRange.Empty Property

Returns an empty datetime range.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v23.2.dll

NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

Declaration

public static DateTimeRange Empty { get; }

Property Value

Type Description
DateTimeRange

A DateTimeRange value representing an empty datetime range.

Remarks

In the case of an empty datetime range, the DateTimeRange.Start property is set to MinValue.

See Also