PushbackFileTimeValue
![PushbackFileTimeValue 1:](Images/jpg/13465132043__Web.jpg)
Diese Methode hängt einen Wert vom Datentyp FILETIME an das Ende eines Arrays an.
Syntax
METHOD PushbackFileTimeValue : SJsonValue
VAR_INPUT
v : SJsonValue;
value : FILETIME;
END_VAR
Rückgabewert
Name | Typ |
---|---|
PushbackFileTimeValue | SJsonValue |
Eingänge
Name | Typ |
---|---|
v | sJsonValue |
value | FILETIME |
Beispielaufruf:
jsonDoc := fbJson.ParseDocument(sExistingJsonDocument);
jsonArray := fbJson.FindMember(jsonDoc, 'array');
jsonValue := fbJson.PushbackFileTimeValue(jsonArray, fileTime);