Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether a string value represents a UtcDateTime value.
Syntax
private boolean isUtcDateTimeFormat(str value)
Run On
Called
Parameters
- value
Type: str
The value to check.
Return Value
Type: boolean
true if the value is a utcDateTime value; otherwise, false.
Remarks
Note that this method can be used only when the property of the typeOfDataType parameter equals the Types::UtcDateTime enumeration value. The parameter value will contain the letter T only if the string is in the form of a UtcDateTime value, example yyyy-mm-ddThh:mm:ss.