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

DateTimeRange.Empty Property

Returns an empty date-time range.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public static readonly DateTimeRange Empty { get; }

Property Value

Type Description
DateTimeRange

The empty date-time range.

Remarks

The empty date-time range’s Start and End values are equal to the DateTime.MinValue.

See Also