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