#include <revolution/nwc24.h>
NWC24Err NWC24GetMsgDate( const NWC24MsgObj* obj, struct OSCalendarTime* cTime );
Obtains the time and date at which the message was created.
obj |
Message object from which settings are to be extracted. |
cTime |
Pointer to the location storing the extracted information (message creation date). |
NWC24_OK: Ended normally (a value was returned to *cTime).
2006/10/06 Initial version.
CONFIDENTIAL