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