GetDatetimeTZ( ) method (JsonObject)
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Gets the JSON string value of the named property as a DATETIME-TZ.
Return type: DATETIME-TZ
Access: PUBLIC
Applies to: Progress.Json.ObjectModel.JsonObject class
Syntax
|
- property-name
- A CHARACTER expression naming the property value to be retrieved from
the JsonObject.
property-name is case-sensitive.
A JsonError is raised if:
-
property-name is the empty string (
""), or is the Unknown value (?) - The property does not exist
- The property value is not a JSON String.
- The property value cannot be parsed as an ISO 8601 date and
time in this format:
"YYYY-MM-DD[THH[:MM[:SS[.sss]]]]Z"Or this format:
"YYYY-MM-DD[THH[:MM[:SS[.sss]]]](+|-)HH:MM"