AnnDateTimeKind Enumeration
Summary
Indicates a date time representation.
Syntax
lt.Annotations.BatesStamp.AnnDateTimeKind = {
utc: 0,
local: 1
}
lt.Annotations.BatesStamp.AnnDateTimeKind = {
utc: 0,
local: 1
}
Members
0
|
Utc
|
(0) The time represented as UTC.
|
1
|
Local
|
(1) The time represented as local time.
|