TimeScaleFixedInterval(TimeSpan) Constructor
Initializes a new instance of the TimeScaleFixedInterval class with the specified scale value.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
scaleValue | TimeSpan | A TimeSpan value which specifies the scale value of the fixed interval. This value is assigned to the TimeScaleFixedInterval.Value property. |
See Also