Skip to main content

DateTimeRange.Empty Property

Returns an empty date-time range.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public static 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