Gets the JSON string value of one or more elements as a DATETIME-TZ or DATETIME-TZ array.
Return type: DATETIME-TZ
Access: PUBLIC
Applies to: Progress.Json.ObjectModel.JsonArray class
GetDatetimeTZ( INPUT index AS INTEGER ) GetDatetimeTZ( INPUT index AS INTEGER, INPUT count AS INTEGER ) |
When this method is called with one parameter, the value of a single element is returned. Using two parameters directs the AVM to return an ABL array consisting of count elements.
A JsonError is raised if:
"YYYY-MM-DD[THH[:MM[:SS[.sss]]]]Z"
Or this format:
"YYYY-MM-DD[THH[:MM[:SS[.sss]]]](+|-)HH:MM"