GetDateTime method: JsonArray class
Syntax
GetDateTime(Index)
Description
Use this method to return the date time at the index location.
Parameters
| Parameter | Description |
|---|---|
|
Index |
Specifies the index in the Json array as an integer. |
Returns
DateTime.
Example
Local JsonArray &jArray = CreateJsonArray();
Local DateTime &myDt = &jArray.GetDateTime(2);