serverTimeZone

Specifies whether server or client time should be used when the ComboBox is configured to use a calendar interface for TimeInstant type data. (See Radio Button/Check Box/Combo Box Properties for information on setting the ‘Calendar’ option.) This property should be set in the onInit handler (See Add Dashboard Script for more information about handlers.)

Type

Boolean

true: user server time
false: use client time

Example

ComboBox1.serverTimeZone = true;

Either syntax below can be used in component script:

serverTimeZone            // unqualified
ComboBox1.serverTimeZone  // qualified

For onInit/onRefresh scripts, and for component and property scripts on other components, the second (qualified) form is required.