Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
getDateTimeTzProperty function
getDateTimeTzProperty function
Returns a date-time property including time zone information.
Syntax
FUNCTION getDateTimeTzProperty RETURNS DATETIME-TZ (
propertyName
AS CHARACTER).
Applies to
Message objects
Notes
If time information is not present, the default time of 12:00AM (midnight) is added.
If time zone information is not present, the default time zone of the client application is added.
See also
setDateTimeTzPropertyprocedure
getDateTimeTzPropertyfunction
For more information, see the Accessing message properties.