format Property

Summary

Gets or sets the format to use when representing the current date and time.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnBatesDateTime.prototype, 'format', 
	get: function(), 
	set: function(value) 
) 
format: string; 

Property Value

A value indicating the format to use to represent the current date and time.

Remarks

This will be used when calling AsString method to get current date time on a specified AnnDateTimeKind format.

Example

For an example, refer to IAnnBatesElement.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.BatesStamp Assembly