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

TimeOfDayInterval.Empty Property

Returns an empty time of day interval.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.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 TimeOfDayInterval.Start and TimeOfDayInterval.End properties set to Zero.

See Also