Skip to main content

TimeOfDayInterval.Day Property

Gets the time interval of a day.

Namespace: DevExpress.XtraScheduler

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

NuGet Package: DevExpress.Scheduler.Core

Declaration

public static TimeOfDayInterval Day { get; }

Property Value

Type Description
TimeOfDayInterval

A TimeOfDayInterval value representing the day interval.

Remarks

By default the standard day interval is from 0.00 till 24.00.

See Also