The behavior upon Timescale collision .

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

Syntax

public static ScaleCollisionBehavior ScaleCollisionBehavior { get; set; }

Remarks

Each TeaFile holds a Timescale value that defines how to interpret tick counts int the file. For performance and simplicity reasons, this API a maintains a single process wide Timescale value in Scale that allows simple conversion of time values like Day. When a TeaFile is opened and it's Timescale conflicts with the default Timescale, then the ScaleCollisionBehavior defines how to behave.

It is recommended to leave this value at its default of ThrowException and to keep a uniform Timescale across all files used.

See Also