AddKeyDcTime

AddKeyDcTime 1:

This method creates a new property key and at the same time a value of the data type DCTIME.

Syntax

METHOD AddKeyDcTime
VAR_IN_OUT CONSTANT
  key   : STRING;
END_VAR
VAR_INPUT
  value : DCTIME;
END_VAR

AddKeyDcTime 2: Inputs

Name

Type

value

DCTIME

AddKeyDcTime 3:/AddKeyDcTime 4: Inputs/Outputs

Name

Type

key

STRING

Sample call:

fbJson.AddKeyDcTime('Timestamp', dcTime);