Lines Matching full:month
40 d->month,
93 TEST("Returned month is January", g_date_get_month(d) == G_DATE_JANUARY);
97 TEST("Bad month is invalid", !g_date_valid_month(G_DATE_BAD_MONTH));
98 TEST("Month 13 is invalid", !g_date_valid_month(13));
129 g_date_strftime(buf,100,"1 second into the Unix epoch it was a %A, in the month of %B, %x\n", d);
135 g_date_strftime(buf,100,"Our \"Julian\" epoch begins on a %A, in the month of %B, %x\n",
190 TEST("Sensible number of days in month", (dim > 0 && dim < 32));
192 TEST("Month between 1 and 12 is valid", g_date_valid_month(m));
223 TEST("Month accessor works", g_date_get_month(d) == m);
225 TEST("Day of month accessor works", g_date_get_day(d) == day);
341 TEST("Forward days then backward days returns us to current month",
367 TEST("Forward months then backward months returns us to current month",
415 TEST("Forward years then backward years returns us to current month",