TimeChangedEvent RPC
Notifies of changed time
Parameters
(* means the parameter is required)
Name | Type | Description | Default value |
---|---|---|---|
\* time | String | time formatted as HH:mm | |
\* date | String | date formatted as DD/mm |
RPC
Event occurs after SetTimeRequest
Event methods
getName()
Returns name of the event
getTime()
Returns time of the event
getDate()
Returns date of the event
getParams()
Returns all parameters of the event as an object:
{
'date': this.getDate(),
'time': this.getTime()
};
Related api
- SetTimeRequest