FixedTimeScale(TimeSpan) Constructor
Initializes a new instance of the FixedTimeScale class with the specified scale value.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.2.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Parameters
Name | Type | Description |
---|---|---|
scale | TimeSpan | A TimeSpan value which specifies the scale value of the fixed interval. This value is assigned to the FixedTimeScale.Scale property. |
See Also