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