Back to product page

TimezonesEnum enumeration


These constants are used with the Timezone property. They determine if the ListAttributes, GetAttributes and SetAttributes methods will use the Local or UTC time zone when representing dates.

Remarks

Possible values for TimezonesEnum:

Constant Value Description
ZoneLocal 0 Time/Date is represented in local time zone.
ZoneUTC 1 Time/Date is represented in UTC.

Platforms

Windows