cDateTime: Kind (get)

Kind

Returns the kind of cDateTime.



 Public Property Get Kind ( ) As DateTimeKind

Return Values

DateTimeKind -  The kind.

Remarks

A cDateTime can be Universal Coordinated Time (UTC), local time, or unspecified.

Read Only.

See Also

Project VBCorLib Overview Class cDateTime Overview cDateTime Properties cDateTime Methods IsDayLightSavingsTime (get) LessThan