FixedTimeScale Constructors
A time scale in the Timeline view whose time cell value is set to a custom fixed interval.Name | Parameters | Description |
---|---|---|
FixedTimeScale() | none | Initializes a new instance of the FixedTimeScale class with the default settings. |
FixedTimeScale(TimeSpan) | scale | Initializes a new instance of the FixedTimeScale class with the specified scale value. |
See Also