#include <nitro/rtc.h>
s32 RTC_ConvertDateToDay( const RTCDate* date );
date | Pointer to the buffer storing date data. |
The total number of days elapsed, using January 1, 2000 as 0. If input is invalid, returns -1.
Returns as an s32 the total number of days elapsed, using January 1, 2000 as 0.
05/17/2005 Initial version.