Home
last modified time | relevance | path

Searched refs:CurrentDate (Results 1 – 7 of 7) sorted by relevance

/haiku/src/preferences/time/
H A DBaseView.cpp101 BDate date = BDate::CurrentDate(B_LOCAL_TIME); in _SendNotices()
/haiku/src/kits/shared/
H A DCalendarView.cpp46 fCurrentDate(BDate::CurrentDate(B_LOCAL_TIME)), in BCalendarView()
64 fCurrentDate(BDate::CurrentDate(B_LOCAL_TIME)), in BCalendarView()
88 fCurrentDate(BDate::CurrentDate(B_LOCAL_TIME)), in BCalendarView()
740 fDate = BDate::CurrentDate(B_LOCAL_TIME); in _InitObject()
1260 BDate date = BDate::CurrentDate(B_LOCAL_TIME); in _UpdateCurrentDate()
H A DDateTimeEdit.cpp461 fDate = BDate::CurrentDate(B_LOCAL_TIME); in InitView()
/haiku/src/apps/deskbar/
H A DCalendarMenuWindow.cpp127 _UpdateDate(BDate::CurrentDate(B_LOCAL_TIME)); in CalendarMenuWindow()
/haiku/headers/os/support/
H A DDateTime.h106 static BDate CurrentDate(time_type type);
/haiku/src/kits/support/
H A DDateTime.cpp607 BDate::CurrentDate(time_type type) in CurrentDate() function in BPrivate::BDate
1317 return BDateTime(BDate::CurrentDate(type), BTime::CurrentTime(type)); in CurrentDateTime()
/haiku/docs/user/support/
H A DDateTime.dox940 \fn static BDate BPrivate::BDate::CurrentDate(time_type type)