Lines Matching refs:BDate

473 	\class BPrivate::BDate
483 \fn BPrivate::BDate::BDate()
494 \fn BPrivate::BDate::BDate(const BDate &other)
507 \fn BPrivate::BDate::BDate(const BMessage *archive)
520 \fn BPrivate::BDate::BDate(int32 year, int32 month, int32 day)
535 \fn BPrivate::BDate::BDate(time_t time, time_type type=B_LOCAL_TIME)
549 \fn BPrivate::BDate::~BDate()
560 \fn void BPrivate::BDate::AddDays(int32 days)
570 \fn void BPrivate::BDate::AddMonths(int32 months)
580 \fn void BPrivate::BDate::AddYears(int32 years)
590 \fn status_t BPrivate::BDate::Archive(BMessage *into) const
603 \fn BDate BPrivate::BDate::Date() const
614 \fn int32 BPrivate::BDate::DateToJulianDay() const
625 \fn int32 BPrivate::BDate::Day() const
636 \fn int32 BPrivate::BDate::DayOfWeek() const
647 \fn int32 BPrivate::BDate::DayOfYear() const
658 \fn int32 BPrivate::BDate::DaysInMonth() const
669 \fn int32 BPrivate::BDate::DaysInYear() const
680 \fn int32 BPrivate::BDate::Difference(const BDate &date) const
693 \fn void BPrivate::BDate::GetDate(int32 *year, int32 *month, int32 *day) const
705 \fn bool BPrivate::BDate::IsLeapYear() const
716 \fn bool BPrivate::BDate::IsValid() const
727 \fn BString BPrivate::BDate::LongDayName() const
738 \fn BString BPrivate::BDate::LongMonthName() const
749 \fn int32 BPrivate::BDate::Month() const
760 \fn bool BPrivate::BDate::operator!=(const BDate &date) const
773 \fn bool BPrivate::BDate::operator<(const BDate &date) const
786 \fn bool BPrivate::BDate::operator<=(const BDate &date) const
799 \fn bool BPrivate::BDate::operator==(const BDate &date) const
812 \fn bool BPrivate::BDate::operator>(const BDate &date) const
825 \fn bool BPrivate::BDate::operator>=(const BDate &date) const
838 \fn bool BPrivate::BDate::SetDate(const BDate &date)
851 \fn bool BPrivate::BDate::SetDate(int32 year, int32 month, int32 day)
866 \fn void BPrivate::BDate::SetDay(int32 day)
876 \fn void BPrivate::BDate::SetMonth(int32 month)
886 \fn void BPrivate::BDate::SetYear(int32 year)
896 \fn BString BPrivate::BDate::ShortDayName() const
907 \fn BString BPrivate::BDate::ShortMonthName() const
918 \fn int32 BPrivate::BDate::WeekNumber() const
929 \fn int32 BPrivate::BDate::Year() const
940 \fn static BDate BPrivate::BDate::CurrentDate(time_type type)
953 \fn static bool BPrivate::BDate::IsLeapYear(int32 year)
966 \fn static bool BPrivate::BDate::IsValid(const BDate &date)
979 \fn static bool BPrivate::BDate::IsValid(int32 year, int32 month, int32 day)
994 \fn static BDate BPrivate::BDate::JulianDayToDate(int32 julianDay)
1007 \fn static BString BPrivate::BDate::LongDayName(int32 day)
1020 \fn static BString BPrivate::BDate::LongMonthName(int32 month)
1033 \fn static BString BPrivate::BDate::ShortDayName(int32 day)
1046 \fn static BString BPrivate::BDate::ShortMonthName(int32 month)
1080 \fn BPrivate::BDateTime::BDateTime(const BDate &date, const BTime &time)
1131 \fn BDate& BPrivate::BDateTime::Date()
1142 \fn const BDate& BPrivate::BDateTime::Date() const
1242 \fn void BPrivate::BDateTime::SetDate(const BDate &date)
1252 \fn void BPrivate::BDateTime::SetDateTime(const BDate &date, const BTime &time)