Returns a DATETIME value with no time zone information from the body of a StreamMessage.
Syntax
FUNCTION readDateTime RETURNS DATETIME.
Applies to
Message objects
Notes
Time zone information, if present, is removed.
If time information is not present, the default time of 12:00AM (midnight) is added.
If the application may receive messages originating in different time zones, the ABL programmer should ensure that date/time values are interpreted correctly.