AddFileTime

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
 Inputs
Name  | Type  | 
|---|---|
value  | FILETIME  | 
Sample call:
fbJson.AddKey('Timestamp');
fbJson.AddFileTime(ftTime); // ftTime is of type FILETIME