Gets or sets the representation to use for the current date and time.
Object.defineProperty(AnnBatesDateTime.prototype, 'kind',
get: function(),
set: function(value)
)
kind: AnnDateTimeKind;
A value indicating the representation to use for the current date time.
This will be used when calling AsString method to get current date and time on a specified date and time kind.
For an example, refer to IAnnBatesElement.