| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
Time zone information (see also ZoneCfg) More...
import <DateTime.idl;
| Public Attributes | |
| int | id | 
| Time zone id. | |
| string | name | 
| Time zone name. | |
| boolean | hasDSTInfo | 
| trueif the time zone has daylight saving time rules | |
Time zone information (see also ZoneCfg)
There are two different approaches on how to identify timezones. See the ZoneCfg description.
For timezones with non-trivial daylight saving time rules hasDSTInfo is false. 
Definition at line 33 of file DateTime.idl.
| boolean datetime::DateTime::ZoneInfo::hasDSTInfo | 
true if the time zone has daylight saving time rules 
Definition at line 36 of file DateTime.idl.
| int datetime::DateTime::ZoneInfo::id | 
Time zone id.
Definition at line 34 of file DateTime.idl.
| string datetime::DateTime::ZoneInfo::name | 
Time zone name.
Definition at line 35 of file DateTime.idl.