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

TimeScaleFixedInterval(TimeSpan) Constructor

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the TimeScaleFixedInterval(TimeSpan) constructor.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also