Searched refs:month (Results 26 - 30 of 30) sorted by relevance

12

/haiku/src/bin/unzip/
H A Dtimezone.c75 #define YDAYS(month, year) yr_days[leap(year)][month]
86 /* Length of month `m' (0 .. 11) */
166 ** Mm.n.d - nth "dth day" of month m.
177 ** month.
189 ** "dow" is the day-of-week of the first day of the month. Get
190 ** the day-of-month (zero-origin) of the first "dow" day of the
191 ** month.
203 ** "d" is the day-of-month (zero-origin) of the day we want.
H A Dzipinfo.c2121 static ZCONST char Far month[12][4] = { variable
2177 monthstr = LoadFarStringSmall(month[mo-1]);
/haiku/src/kits/shared/
H A DDateTimeEdit.cpp539 DateEdit::SetDate(int32 year, int32 month, int32 day) argument
541 fDate.SetDate(year, month, day);
601 message->AddInt32("month", fDate.Month());
/haiku/src/add-ons/kernel/file_systems/iso9660/
H A Diso9660.cpp1010 for (i = 1; (i < inDate->month) && (i < 12); i++) {
1014 if (((year + 2) % 4) == 0 && inDate->month > 2)
/haiku/src/add-ons/kernel/file_systems/udf/
H A DUdfStructures.h111 uint8 month() const { return _month; } function in class:timestamp
136 void set_month(uint8 month) { _month = month; } argument

Completed in 156 milliseconds

12