Home
last modified time | relevance | path

Searched refs:cTime (Results 1 – 2 of 2) sorted by relevance

/RevoEX-2.1/build/demos/nwc24demo/src/MsgPrint/
DMsgPrint.c440 OSCalendarTime cTime; in ViewDate() local
442 err = NWC24GetMsgDate(msgObj, &cTime); in ViewDate()
449 OSReport("%s, %d %s %d ", WdayStr[cTime.wday], cTime.mday, MonStr[cTime.mon], cTime.year); in ViewDate()
450 OSReport("%02d:%02d -0000\n", cTime.hour, cTime.min); in ViewDate()
/RevoEX-2.1/include/revolution/nwc24/
DNWC24Msg.h330 NWC24Err NWC24GetMsgDate ( const NWC24MsgObj* obj, struct OSCalendarTime* cTime );