GetFileTime

GetFileTime 1:

This method returns the value of a property of the data type DCTIME.

Syntax

METHOD GetFileTime : FILETIME
VAR_INPUT
  v : SJsonValue;
END_VAR

GetFileTime 2: Return value

Name

Type

GetFileTime

FILETIME

GetFileTime 3: Inputs

Name

Type

v

SJsonValue

Sample call:

jsonDoc  := fbJson.ParseDocument(sExistingJsonDocument);
jsonProp := fbJson.FindMember(jsonDoc, 'property');
fileTime := fbJson.GetFileTime(jsonProp);