The field represents a time.

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

Syntax

public bool IsTime { get; set; }

Remarks

A field holding a time value will have a scalar type, like UInt64. So from this data type it can not be deferred that the field shall be interpreted as time. TeaFiles therefore describe those fields to be interpreted as time in their Time Section. When a TeaFile is read, this property receives it's value from the Time Section and signals that the field value is a time. When reading untyped using TeaFile, the field value is automatically converted into a Time value.

See Also