add_days(int n_days) | Glib::Date | |
add_months(int n_months) | Glib::Date | |
add_years(int n_years) | Glib::Date | |
BAD_DAY | Glib::Date | static |
BAD_JULIAN | Glib::Date | static |
BAD_YEAR | Glib::Date | static |
clamp(const Date & min_date, const Date & max_date) | Glib::Date | |
clamp_max(const Date & max_date) | Glib::Date | |
clamp_min(const Date & min_date) | Glib::Date | |
clear() | Glib::Date | |
compare(const Date & rhs) const | Glib::Date | |
Date() | Glib::Date | |
Date(Day day, Month month, Year year) | Glib::Date | |
Date(guint32 julian_day) | Glib::Date | explicit |
Date(const GDate & castitem) | Glib::Date | explicit |
Date(const Date & other) | Glib::Date | |
Day typedef | Glib::Date | |
days_between(const Date & rhs) const | Glib::Date | |
DMY enum name | Glib::Date | |
format_string(const Glib::ustring & format) const | Glib::Date | |
get_day() const | Glib::Date | |
get_day_of_year() const | Glib::Date | |
get_days_in_month(Month month, Year year) | Glib::Date | static |
get_iso8601_week_of_year() const | Glib::Date | |
get_julian() const | Glib::Date | |
get_monday_week_of_year() const | Glib::Date | |
get_monday_weeks_in_year(Year year) | Glib::Date | static |
get_month() const | Glib::Date | |
get_month_as_int() const | Glib::Date | |
get_sunday_week_of_year() const | Glib::Date | |
get_sunday_weeks_in_year(Year year) | Glib::Date | static |
get_weekday() const | Glib::Date | |
get_weekday_as_int() const | Glib::Date | |
get_year() const | Glib::Date | |
gobj() | Glib::Date | inline |
gobj() const | Glib::Date | inline |
is_first_of_month() const | Glib::Date | |
is_last_of_month() const | Glib::Date | |
is_leap_year(Year year) | Glib::Date | static |
Month enum name | Glib::Date | |
operator!=(const Date & lhs, const Date & rhs) | Glib::Date | related |
operator<(const Date & lhs, const Date & rhs) | Glib::Date | related |
operator<=(const Date & lhs, const Date & rhs) | Glib::Date | related |
operator=(const Date & other) | Glib::Date | |
operator==(const Date & lhs, const Date & rhs) | Glib::Date | related |
operator>(const Date & lhs, const Date & rhs) | Glib::Date | related |
operator>=(const Date & lhs, const Date & rhs) | Glib::Date | related |
order(Date & other) | Glib::Date | |
set_day(Day day) | Glib::Date | |
set_dmy(Day day, Month month, Year year) | Glib::Date | |
set_julian(guint32 julian_day) | Glib::Date | |
set_month(Month month) | Glib::Date | |
set_parse(const Glib::ustring & str) | Glib::Date | |
set_time(std::time_t timet) | Glib::Date | |
set_time_current() | Glib::Date | |
set_year(Year year) | Glib::Date | |
subtract_days(int n_days) | Glib::Date | |
subtract_months(int n_months) | Glib::Date | |
subtract_years(int n_years) | Glib::Date | |
to_struct_tm(struct tm & dest) const | Glib::Date | |
valid() const | Glib::Date | |
valid_day(Day day) | Glib::Date | static |
valid_dmy(Day day, Month month, Year year) | Glib::Date | static |
valid_julian(guint32 julian_day) | Glib::Date | static |
valid_month(Month month) | Glib::Date | static |
valid_weekday(Weekday weekday) | Glib::Date | static |
valid_year(Year year) | Glib::Date | static |
Weekday enum name | Glib::Date | |
Year typedef | Glib::Date | |