A newer version of this page is available.
Switch to the current version.
TimeInterval.Day Property
Gets the time interval of a day.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
public static TimeInterval Day { get; }
Public Shared ReadOnly Property Day As TimeInterval
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
Feedback