Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : getDateProperty function
 

getDateProperty function

Returns a date value with no time or time zone information.

Syntax

FUNCTION getDateProperty RETURNS DATE (propertyName AS CHARACTER).

Applies to

Message objects

Notes

*Time information, if present, is removed.
*Time zone information, if present, is removed.
*If the application might receive messages originating in different time zones, the ABL programmer should ensure that date/time values are interpreted correctly.

See also

setDatePropertyprocedure, getDatePropertyfunction
For more information, see the Accessing message properties.