Attribute

DateTimeZoneShift (dtzs)

Purpose

Specifies the time zone shift in minutes to DateTime values. If no value is specified, no time zone shift is applied. The application of a time zone shift may be necessary to synchronize client DateTime values with those on the server.

Valid Values

x

where:

x

is a number of minutes between -1440 and 1440.

Behavior

If set to x, the number of minutes specified is added to DateTime values.

If set to -x, the number of minutes specified is subtracted from DateTime values.

Default Value

0