Back to Devexpress

TimeScaleDay.Value Property

corelibraries-devexpress-dot-xtrascheduler-dot-timescaleday.md

latest1.2 KB
Original Source

TimeScaleDay.Value Property

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
[Browsable(false)]
public TimeSpan Value { get; set; }
vb
<Browsable(False)>
Public Property Value As TimeSpan

Property Value

TypeDescription
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

TimeScaleDay Class

TimeScaleDay Members

DevExpress.XtraScheduler Namespace