GetDateTime method: JsonValue class

Syntax

GetDateTime()

Description

Use this method to return datetime value of the object.

Parameters

None.

Returns

DateTime.

Example

Local datetime &dttm = DateTime6(2000, 1, 1, 1, 5, 7);
&jVal.SetDateTime(&dttm);
Local datetime &jValDtTm = &jVal.GetDateTime();