Searched refs:Month (Results 1 - 17 of 17) sorted by relevance

/haiku-fatelf/src/preferences/time/
H A DBaseView.cpp85 month = date.Month();
105 fMessage.AddInt32("month", date.Month());
H A DDateTimeEdit.cpp653 fDate.SetDate(fDate.Year(), fDate.Month(), value);
673 fDate.SetDate(value, fDate.Month(), fDate.Day());
737 value = fDate.Month();
/haiku-fatelf/src/kits/shared/
H A DCalendarView.cpp313 clone.AddInt32("month", fDate.Month());
524 BCalendarView::Month() const function in class:BPrivate::BCalendarView
552 if (fDate.Year() == date.Year() && fDate.Month() == date.Month()) {
668 BDate date(fDate.Year(), fDate.Month(), 1);
695 BDate startOfMonth(fDate.Year(), fDate.Month(), 1);
709 *month = date.Month();
756 BDate startOfMonth(fDate.Year(), fDate.Month(), 1);
798 BDate date(fDate.Year(), fDate.Month(), 1);
814 BDate startOfMonth(fDate.Year(), fDate.Month(),
[all...]
/haiku-fatelf/headers/private/shared/
H A DCalendarView.h82 int32 Month() const;
/haiku-fatelf/headers/os/support/
H A DDateTime.h120 int32 Month() const;
/haiku-fatelf/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacbuffer.h156 UINT8 Month; member in struct:acpi_grt_info
/haiku-fatelf/src/apps/deskbar/
H A DCalendarMenuWindow.cpp239 fMonthLabel->SetText(date.LongMonthName(date.Month()).String());
/haiku-fatelf/src/apps/webpositive/support/
H A DDateTime.cpp748 BDate::Month() const function in class:BPrivate::BDate
934 return ShortMonthName(Month());
997 return LongMonthName(Month());
1367 tm_struct.tm_mon = fDate.Month() - 1;
H A DDateTime.h119 int32 Month() const;
/haiku-fatelf/src/kits/support/
H A DDateTime.cpp756 BDate::Month() const function in class:BPrivate::BDate
953 return ShortMonthName(Month());
1016 return LongMonthName(Month());
1388 tm_struct.tm_mon = fDate.Month() - 1;
/haiku-fatelf/src/apps/debugger/user_interface/util/
H A DUiUtils.cpp158 currentTime.Date().Day(), currentTime.Date().Month(),
/haiku-fatelf/src/tools/docbook/libxslt/libexslt/
H A Ddate.c3271 X_IN_Y(Month,Year)
3363 X_IN_Y(Week,Month)
3381 X_IN_Y(Day,Month)
3390 X_IN_Y(DayOfWeek,Month)
/haiku-fatelf/src/bin/sharutils/doc/
H A Dtexinfo.tex1390 % Produces Day Month Year style of output.
1397 % Use this if you want the Month Day, Year style of output.
/haiku-fatelf/src/bin/diffutils/config/
H A Dtexinfo.tex1791 % This produces Day Month Year style of output.
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex2171 % This produces Day Month Year style of output.
/haiku-fatelf/src/libs/termcap/
H A Dtexinfo.tex1673 % Produces Day Month Year style of output.
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex2557 % This produces Day Month Year style of output.

Completed in 243 milliseconds