TimeZone.TimeZone property
- Last UpdatedJul 19, 2024
- 1 minute read
The TimeZone.TimeZone property is a read-write string property that gets or sets the time zone of the Alarm Control.
The default value depends on the current setting of the operating system.
If you want to show time stamps using the local time of the computer, set the TimeZone.TimeZone property to an empty string.
Syntax
result = AlarmClient.TimeZone.TimeZone;
AlarmClient.TimeZone.TimeZone = TimeZone;
Example
AlarmClient1.TimeZone.TimeZone = "(GMT-09:00) Alaska";
Remarks
For more information, see Set time zone and format.