GetDcTime

GetDcTime 1:

Diese Methode liefert den Values eines Properties vom Datentyp DCTIME.

Syntax

METHOD GetDcTime : DCTIME
VAR_INPUT
  v : SJsonValue;
END_VAR

GetDcTime 2: Rückgabewert

Name

Typ

GetDcTime

DCTIME

GetDcTime 3: Eingänge

Name

Typ

v

SJsonValue

Beispielaufruf:

jsonDoc  := fbJson.ParseDocument(sExistingJsonDocument);
jsonProp := fbJson.FindMember(jsonDoc, 'property');
dcTime   := fbJson.GetDcTime(jsonProp);