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

#rfi1387308698147, getDateTimeTzProperty function

For more information, see the Accessing message properties.