A newer version of this page is available.
Switch to the current version.
TimeScale15Minutes.Value Property
Gets the value of the scale unit - a time interval equal to 15 minutes.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public TimeSpan Value { get; set; }
<Browsable(False)>
<XtraSerializableProperty(XtraSerializationFlags.DefaultValue)>
Public Property Value As TimeSpan
Property Value
Type | Description |
---|---|
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
Feedback