Back to Devexpress

TimeScale15Minutes.Value Property

corelibraries-devexpress-dot-xtrascheduler-dot-timescale15minutes-14b16f8c.md

latest1.3 KB
Original Source

TimeScale15Minutes.Value Property

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

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 specifying the time interval of a scale unit.

|

Remarks

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

See Also

TimeScale15Minutes Class

TimeScale15Minutes Members

DevExpress.XtraScheduler Namespace