TIMEZONE property (System)
Description
Returns time zone information the current Presentation Server instance.
Property Value
This property is an @fm-delimited dynamic array formatted as follows:
<1> TimeZone ID
<2> Bias (minutes)
<3> Standard Name
<4> Standard DateTime
<5> Standard Bias
<6> Daylight Name
<7> Daylight DateTime
<8> Daylight Bias
Property Traits
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
N/A | Get | No | No | No |
Remarks
This property uses the GetTimeZoneInformation Windows API function internally, so please refer to the documentation on the Microsoft website for more information.
Constants for use with the TIMEZONE property can be found in the PS_SYSTEM_EQUATES insert record.
Example
TimeZoneInfo = Get_Property( "SYSTEM", "TIMEZONE" )
See Also
N/A