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

readDateTime-TZ function

Returns a DATETIME-TZ value from the body of a StreamMessage.

Syntax

FUNCTION readDateTimeTz RETURNS DATETIME-TZ.

Applies to

Message objects

Notes

*If time information is not present, the default time of 12:00AM (midnight) is added.
*If time zone information is not present, the default time zone of the client application is added.

See also

createStreamMessage procedure, writeBoolean procedure, writeByte procedure, writeBytesFromRaw procedure, writeChar procedure, writeDate procedure, writeDateTime procedure, writeDateTime-TZ procedure, writeDouble procedure, writeFloat procedure, writeInt procedure, writeLong procedure, writeLongString procedure, writeShort procedure, writeString procedure, endOfStream function, moveToNext procedure, readBytesToRaw procedure, readChar function, readDate function, readDateTime function, readDateTime-TZ function, readDecimal function, readInt function, readLogical function, readLongString function, readLongStringCP function
For more information, see the StreamMessage.