Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
setDateTimeTzProperty procedure
setDateTimeTzProperty procedure
Sets a date-time value, including time zone information.
Syntax
PROCEDURE setDateTimeTzProperty.
DEFINE INPUT PARAMETER
propertyName
AS CHARACTER.
DEFINE INPUT PARAMETER
propertyValue
AS DATETIME-TZ.
Applies to
Message objects
Notes
The date-time value, including time zone information, is set as a
String
message property in the message header.
The procedure writes
value
as a
DATETIME-TZ
value, adding default time and time zone information.
See also
setDateTimeTzPropertyprocedure
,
getDateTimeTzPropertyfunction
For more information, see the Accessing message properties.