Gets or sets the scale.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public static Timescale Scale { get; set; }

Field Value

The Timescale used in computations of Time. In the common case, all Time instances inside an application use the same scale. For performance and simplicity reasons, this API therefore keeps a single process wide scale value in this property.

See Also