Skip to main content

TimeOfDayInterval.Empty Property

Returns an empty time of day interval.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

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