GetDate method: JsonArray class

Syntax

GetDate(Index)

Description

Use this method to return the date at the index location.

Parameters

Parameter Description

Index

Specifies the index in the Json array as an integer.

Returns

Date.

Example

Local JsonArray &jArray = CreateJsonArray();
Local Date &myDt = &jArray.GetDate(2);