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

setDateTimeProperty procedure, getDateTimeProperty function

For more information, see the Accessing message properties.