AnnDateTimeKind Enumeration

Summary

Indicates a date time representation.

Syntax

JavaScript Syntax
lt.Annotations.Documents.AnnDateTimeKind = { 
	Utc: 0, 
	Local: 1 
} 
TypeScript Syntax
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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Documents Assembly