GetDcTime
This method returns the value of a property of the data type DCTIME.
Syntax
METHOD GetDcTime : DCTIME
VAR_INPUT
v : SJsonValue;
END_VAR
Return value
Name | Type |
---|---|
GetDcTime | DCTIME |
Inputs
Name | Type |
---|---|
v | SJsonValue (note possible invalidity) |
Sample call:
jsonDoc := fbJson.ParseDocument(sExistingJsonDocument);
jsonProp := fbJson.FindMember(jsonDoc, 'property');
dcTime := fbJson.GetDcTime(jsonProp);