Skip to main content
All docs
V23.2

TimeScale(TimeScaleUnit, Int32) Constructor

Initializes a new instance of the TimeScale class with specified settings.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public TimeScale(
    TimeScaleUnit unit,
    int count
)

Parameters

Name Type Description
unit TimeScaleUnit

A DevExpress.Xpf.Scheduling.TimeScaleUnit enumeration value that specifies the time scale measure unit.

count Int32

The number of measure units in a single division of the scale.

See Also