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

TimeScaleDay.Value Property

Gets the value of the scale unit - a time interval equal to a day.

Namespace: DevExpress.XtraScheduler

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

NuGet Packages: DevExpress.Scheduler.Core, DevExpress.WindowsDesktop.Scheduler.Core

Declaration

[Browsable(false)]
public TimeSpan Value { get; set; }

Property Value

Type Description
TimeSpan

A TimeSpan value representing the time interval of a scale unit.

Remarks

Use only the Get method; the Set method does nothing.

See Also