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