AddFileTime

AddFileTime 1:

This method adds a value of the data type FILETIME to a property. Usually, a corresponding property was created beforehand with the method AddKey().

Syntax

METHOD AddFileTime
VAR_INPUT
  value : FILETIME;
END_VAR

AddFileTime 2: Inputs

Name

Type

value

FILETIME

Sample call:

fbJson.AddKey('Timestamp');
fbJson.AddFileTime(ftTime); // ftTime is of type FILETIME