Link

Syntax

AddDateTime(date_time)

Description

Use this method to add a Datetime value to the JSON Array.

Parameters

Name Description
date_time Specifies the date time to add to the JSON Array as a Datetime type.

Returns

None.

Example

Local PSM_JSON:Array &oArray = create PSM_JSON:Array();
   
&oArray.AddDateTime(%Datetime);