Searched refs:utl_day_of_week (Results 1 – 3 of 3) sorted by relevance
/dports/deskutils/osmo/osmo-0.4.4/src/ |
H A D | utils_date.c | 374 utl_day_of_week (guint year, guint mm, guint dd) { in utl_day_of_week() function 389 return(52 + ((utl_day_of_week(year, 1, 1) == 4) || (utl_day_of_week(year, 12, 31) == 4))); in utl_weeks_in_year() 397 first = utl_day_of_week(year,1,1) - 1; in utl_get_week_number()
|
H A D | utils_date.h | 78 guint utl_day_of_week (guint year, guint mm, guint dd);
|
H A D | calendar_widget.c | 518 first_day = utl_day_of_week (year, month, 1); in calendar_compute_days()
|