Skip to main content
All docs
V18.2

TimeOfDayInterval.Empty Property

Returns an empty time of day interval.

Namespace: DevExpress.UI.Xaml.Scheduler

Assembly: DevExpress.UI.Xaml.Scheduler.v18.2.dll

Declaration

public static TimeOfDayInterval Empty { get; }

Property Value

Type Description
TimeOfDayInterval

A TimeOfDayInterval value representing an empty time of day interval.

Remarks

An empty time interval is created with its Start and End properties set to System.TimeSpan.Zero.

See Also