Skip to main content

TimeSpanRange.Empty Property

Returns the range whose Start and End values are equal to the TimeSpan.Zero.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public static TimeSpanRange Empty { get; }

Property Value

Type Description
TimeSpanRange

Returns the range whose start and end values are equal to zero.

See Also