GetTime method: JsonValue class

Syntax

GetTime()

Description

Use this method to return time value of the object.

Parameters

None.

Returns

Time.

Example

Local time &tm = Time(10507);
&jVal.SetTime(&tm);
Local time &jValTime = &jVal.GetTime();