GetDate method: JsonValue class

Syntax

GetDate()

Description

Use this method to return date value of the object.

Parameters

None.

Returns

Date.

Example

Local date &dt = Date(20000101);
&jVal.SetDate(&dt);
Local date &jValDt = &jVal.GetDate();