

#include <nitro/rtc.h>RTCWeek RTC_GetDayOfWeek( RTCDate* date );
| date | Pointer to date data. |
The day of the week corresponding to the specified date.
Gets the day of the week corresponding to the specified date.
The obtained date data is stored in date.
You can get the day of the week as one of the following values for the RTCWeek enumerated type.
| Return Value | Day of the Week |
|---|---|
| RTC_WEEK_SUNDAY | Sunday |
| RTC_WEEK_MONDAY | Monday |
| RTC_WEEK_TUESDAY | Tuesday |
| RTC_WEEK_WEDNESDAY | Wednesday |
| RTC_WEEK_THURSDAY | Thursday |
| RTC_WEEK_FRIDAY | Friday |
| RTC_WEEK_SATURDAY | Saturday |
2009/03/31 Initial version.
CONFIDENTIAL