SetTime property: JsonNode class
Syntax
SetTime(time_value)
Description
Use this method to set the time value of the node.
Parameters
| Parameter | Description |
|---|---|
|
time_value |
Specifies the time value of the node as time. |
Returns
None.
Example
Local JsonNode &jNode = CreateJsonNode();
Local time &tm = Time(10507);
&jNode.SetTime(&tm);