MicrOS
|
#include "../time.h"
Functions | |
uint32_t | __time_get_day_of_week (uint32_t day, uint32_t month, uint32_t year) |
Calculates time of the week. More... | |
Calculates time of the week.
Calculates time of the week based on the passed date.
day | Day in the date to be calculated. |
month | Month in the date to be calculated. |
year | Year in the date to be calculated. |