Skip to main content

TimeScaleFixedInterval(TimeSpan) Constructor

Initializes a new instance of the TimeScaleFixedInterval class with the specified scale value.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public TimeScaleFixedInterval(
    TimeSpan scaleValue
)

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