AddDcTime

AddDcTime 1:

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

Syntax

METHOD AddDcTime
VAR_INPUT
  value : DCTIME;
END_VAR

AddDcTime 2: Inputs

Name

Type

value

DCTIME

Sample call:

fbJson.AddKey('Timestamp');
fbJson.AddDcTime(dcTime); // dcTime is of type DCTIME