Purpose

Applies a time zone shift in minutes to DateTime values. 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.

Data Source Methods

public Integer getDateTimeZoneShift()

public void setDateTimeZoneShift(Integer)

Default Value

0

Data Type

Integer