Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code> TimeZoneInfo = Get_Property( "SYSTEM", "TIMEZONE" ) </code> ==== See Also ==== N/A guides/oi10/presentation_server/timezone_property_system.txt Last modified: 2023/10/25 10:49by 127.0.0.1