| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
Event that is sent when the device time is changed. More...
import <DateTime.idl;
 
  
| Public Attributes | |
| time | oldTime | 
| Device time before change (UNIX timestamp, UTC) | |
| time | newTime | 
| Device time after change (UNIX timestamp, UTC) | |
|  Public Attributes inherited from idl::Event | |
| Object | source | 
| IDL object that originated the event. | |
Event that is sent when the device time is changed.
Definition at line 91 of file DateTime.idl.
| time datetime::DateTime::ClockChangedEvent::newTime | 
Device time after change (UNIX timestamp, UTC)
Definition at line 93 of file DateTime.idl.
| time datetime::DateTime::ClockChangedEvent::oldTime | 
Device time before change (UNIX timestamp, UTC)
Definition at line 92 of file DateTime.idl.