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

TimeInterval.Day Property

Gets the time interval of a day.

Namespace: DevExpress.XtraScheduler

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

Declaration

public static TimeInterval Day { get; }

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