Skip to main content
A newer version of this page is available. .

DateTimeRange.Empty Property

Returns an empty datetime range.

Namespace: DevExpress.Mvvm

Assembly: DevExpress.Mvvm.v19.1.dll

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