Home
last modified time | relevance | path

Searched refs:mday (Results 1 – 8 of 8) sorted by relevance

/RvlSDK-3.2.2/build/demos/hio2demo/include/
Dmulti.h32 u8 mday; // Day of the month [1, 31] member
58 packet->mon, packet->mday, in MultiPacketToString()
/RvlSDK-3.2.2/build/demos/hio2demo/src/
Dsimple.c159 sendBuffer.mday = (u8)calender.mday; in main()
Dmulti-main.c169 sendBuffer.mday = (u8)calender.mday; in main()
/RvlSDK-3.2.2/build/demos/hio2demo/vc++/simple/
Dsimple.cpp208 stPacket.mday = pLocalTime.tm_mday; in __HIO2Send()
/RvlSDK-3.2.2/build/demos/wpaddemo/src/
Dmemory.c167 …OSReport("Title : %s, TimeStamp : %d/%d/%d %02d:%02d:%02d\n", title, ct.year, ct.mon+1, ct.mday, c… in ReadCallback()
Dwpadsample.c1228 …T * i + ITEM_WIDTH), y+=FONT_HEIGHT, 0, "%02d/%02d %02d:%02d", ct.mon+1, ct.mday, ct.hour, ct.min); in renderStatus()
/RvlSDK-3.2.2/include/revolution/
Dos.h591 int mday; // day of the month [1, 31] member
/RvlSDK-3.2.2/build/demos/hio2demo/vc++/multi/
Dmulti.cpp313 pPacket->mday = pLocalTime->tm_mday; in CreatePcTime()