Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Time zone configuration. More...
Public Attributes | |
int | id |
Selected time zone id. More... | |
string | name |
Selected time zone name (ignored on setCfg() if id != 0) More... | |
boolean | enableAutoDST |
Enable automatic daylight saving time adjustment. More... | |
Time zone configuration.
There are two approaches on how timezones are identified:
NOTES:
true
has only an effect if the according ZoneInfo::hasDSTInfo field is also true
. Definition at line 60 of file DateTime.idl.
boolean datetime::DateTime::ZoneCfg::enableAutoDST |
Enable automatic daylight saving time adjustment.
Definition at line 63 of file DateTime.idl.
int datetime::DateTime::ZoneCfg::id |
Selected time zone id.
Definition at line 61 of file DateTime.idl.
string datetime::DateTime::ZoneCfg::name |
Selected time zone name (ignored on setCfg() if id != 0)
Definition at line 62 of file DateTime.idl.