Skip to main content
A newer version of this page is available. .
All docs
V20.2

TimeScale(TimeScaleUnit, Int32) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, 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