Check that text conforms to the pattern of an xs:dateTime.
text
xs:dateTime
The time zone must be fixed to UTC. We verify only that the text matches a pre-defined pattern. We do not verify that the day of month is correct nor do we check for leap seconds.
See: https://www.w3.org/TR/xmlschema-2/#dateTime
True if the text conforms to the pattern
Text to be checked
Generated using TypeDoc
Check that
text
conforms to the pattern of anxs:dateTime
.Remarks
The time zone must be fixed to UTC. We verify only that the
text
matches a pre-defined pattern. We do not verify that the day of month is correct nor do we check for leap seconds.See: https://www.w3.org/TR/xmlschema-2/#dateTime
Returns
True if the
text
conforms to the pattern