Syntax
AddTime(time)
Description
Use this method to add a Time value to the JSON Array.
Parameters
Name | Description |
time | Specifies the time to add to the JSON Array as a Time type. |
Returns
None.
Example
Local PSM_JSON:Array &oArray = create PSM_JSON:Array();
&oArray.AddTime(%Time);