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