GetTime method: JsonArray class

Syntax

GetTime(Index)

Description

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

Parameters

Parameter Description

Index

Specifies the index in the Json array as an integer.

Returns

Time.

Example

Local JsonArray &jArray = CreateJsonArray();
Local Time &myTm = &jArray.GetTime(2);