IsISO8601TimeFormat

IsISO8601TimeFormat 1:

This method checks whether the value of a given property has a time format according to ISO8601. If that is the case, the method returns TRUE, otherwise it returns FALSE.

Syntax

METHOD IsISO8601TimeFormat : BOOL
VAR_INPUT
  v : SJsonValue;
END_VAR

IsISO8601TimeFormat 2: Return value

Name

Type

IsISO8601TimeFormat

BOOL

IsISO8601TimeFormat 3: Inputs

Name

Type

v

SJsonValue