Go to the source code of this file.
|
timelib_sll | timelib_day_of_week (timelib_sll y, timelib_sll m, timelib_sll d) |
|
timelib_sll | timelib_iso_day_of_week (timelib_sll y, timelib_sll m, timelib_sll d) |
|
timelib_sll | timelib_day_of_year (timelib_sll y, timelib_sll m, timelib_sll d) |
|
timelib_sll | timelib_days_in_month (timelib_sll y, timelib_sll m) |
|
void | timelib_isoweek_from_date (timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iw, timelib_sll *iy) |
|
void | timelib_isodate_from_date (timelib_sll y, timelib_sll m, timelib_sll d, timelib_sll *iy, timelib_sll *iw, timelib_sll *id) |
|
timelib_sll | timelib_daynr_from_weeknr (timelib_sll iy, timelib_sll iw, timelib_sll id) |
|
void | timelib_date_from_isodate (timelib_sll iy, timelib_sll iw, timelib_sll id, timelib_sll *y, timelib_sll *m, timelib_sll *d) |
|
int | timelib_valid_time (timelib_sll h, timelib_sll i, timelib_sll s) |
|
int | timelib_valid_date (timelib_sll y, timelib_sll m, timelib_sll d) |
|
◆ timelib_date_from_isodate()
◆ timelib_day_of_week()
Definition at line 67 of file dow.c.
◆ timelib_day_of_year()
Definition at line 83 of file dow.c.
◆ timelib_daynr_from_weeknr()
◆ timelib_days_in_month()
Definition at line 88 of file dow.c.
◆ timelib_iso_day_of_week()
Definition at line 72 of file dow.c.
◆ timelib_isodate_from_date()
◆ timelib_isoweek_from_date()
Definition at line 93 of file dow.c.
◆ timelib_valid_date()
◆ timelib_valid_time()