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

TimeOfDayInterval.Day Property

Gets the time interval of a day.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

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