Leadtools.Annotations.Documents Namespace : AnnDateTimeKind Enumeration |
Leadtools.Annotations.Documents.AnnDateTimeKind = function() { };
Leadtools.Annotations.Documents.AnnDateTimeKind.prototype = {
utc = 0,
local = 1,
};
Value | Member | Description |
---|---|---|
0 | utc | The time represented as UTC. |
1 | local | The time represented as local time. |