TimeScaleHour.Value Property
In This Article
Gets the value of the scale unit - a time interval equal to an hour.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v14.2.Core.dll
#Declaration
[Browsable(false)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public TimeSpan Value { get; set; }
#Property Value
Type | Description |
---|---|
Time |
A Time |
#Remarks
Use only the Get method; the Set method does nothing.
See Also