AddKeyDcTime

AddKeyDcTime 1:

Diese Methode legt einen neuen Property-Key und gleichzeitig einen Wert vom Datentyp DCTIME an.

Syntax

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

AddKeyDcTime 2: Eingänge

Name

Typ

value

DCTIME

AddKeyDcTime 3:/AddKeyDcTime 4: Ein-/Ausgänge

Name

Typ

key

STRING

Beispielaufruf:

fbJson.AddKeyDcTime('Timestamp', dcTime);