TimeInterval.Day Property
Gets the time interval of a day.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
Declaration
Property Value
Type | Description |
---|---|
TimeInterval | A TimeInterval value representing the day interval. |
Remarks
By default the standard day interval is from 0.00 till 24.00. Note that in this case the TimeInterval.Start property is set to MinValue, and the TimeInterval.Duration is set to 24 hours.
See Also