TimeScaleFixedInterval(TimeSpan) Constructor
Initializes a new instance of the TimeScaleFixedInterval class with the specified scale value.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.dll
NuGet Package: DevExpress.Scheduler.Core
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