Skip to main content
A newer version of this page is available. .

FixedTimeScale(TimeSpan) Constructor

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

Namespace: DevExpress.Xpf.Scheduling

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

Declaration

public FixedTimeScale(
    TimeSpan scale
)

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