glib.gdate

Undocumented in source.

Members

Aliases

GDateDay
alias GDateDay = guint8
Undocumented in source.
GDateYear
alias GDateYear = guint16
Undocumented in source.
GTime
alias GTime = gint32
Undocumented in source.

Enums

GDateDMY
enum GDateDMY
Undocumented in source.
GDateMonth
enum GDateMonth
Undocumented in source.
GDateWeekday
enum GDateWeekday
Undocumented in source.

Functions

g_date_add_days
void g_date_add_days(GDate* date, guint n_days)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_add_months
void g_date_add_months(GDate* date, guint n_months)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_add_years
void g_date_add_years(GDate* date, guint n_years)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_clamp
void g_date_clamp(GDate* date, const(GDate)* min_date, const(GDate)* max_date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_clear
void g_date_clear(GDate* date, guint n_dates)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_compare
gint g_date_compare(const(GDate)* lhs, const(GDate)* rhs)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_days_between
gint g_date_days_between(const(GDate)* date1, const(GDate)* date2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_free
void g_date_free(GDate* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_day
GDateDay g_date_get_day(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_day_of_year
guint g_date_get_day_of_year(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_days_in_month
guint8 g_date_get_days_in_month(GDateMonth month, GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_iso8601_week_of_year
guint g_date_get_iso8601_week_of_year(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_julian
guint32 g_date_get_julian(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_monday_week_of_year
guint g_date_get_monday_week_of_year(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_monday_weeks_in_year
guint8 g_date_get_monday_weeks_in_year(GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_month
GDateMonth g_date_get_month(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_sunday_week_of_year
guint g_date_get_sunday_week_of_year(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_sunday_weeks_in_year
guint8 g_date_get_sunday_weeks_in_year(GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_weekday
GDateWeekday g_date_get_weekday(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_get_year
GDateYear g_date_get_year(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_is_first_of_month
gboolean g_date_is_first_of_month(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_is_last_of_month
gboolean g_date_is_last_of_month(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_is_leap_year
gboolean g_date_is_leap_year(GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_new
GDate* g_date_new()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_new_dmy
GDate* g_date_new_dmy(GDateDay day, GDateMonth month, GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_new_julian
GDate* g_date_new_julian(guint32 julian_day)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_order
void g_date_order(GDate* date1, GDate* date2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_day
void g_date_set_day(GDate* date, GDateDay day)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_dmy
void g_date_set_dmy(GDate* date, GDateDay day, GDateMonth month, GDateYear y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_julian
void g_date_set_julian(GDate* date, guint32 julian_date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_month
void g_date_set_month(GDate* date, GDateMonth month)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_parse
void g_date_set_parse(GDate* date, const(gchar)* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_time
deprecated void g_date_set_time(GDate* date, GTime time_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_time_t
void g_date_set_time_t(GDate* date, time_t timet)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_time_val
void g_date_set_time_val(GDate* date, GTimeVal* timeval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_set_year
void g_date_set_year(GDate* date, GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_strftime
gsize g_date_strftime(gchar* s, gsize slen, const(gchar)* format, const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_subtract_days
void g_date_subtract_days(GDate* date, guint n_days)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_subtract_months
void g_date_subtract_months(GDate* date, guint n_months)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_subtract_years
void g_date_subtract_years(GDate* date, guint n_years)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_to_struct_tm
void g_date_to_struct_tm(const(GDate)* date, tm* tm_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid
gboolean g_date_valid(const(GDate)* date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid_day
gboolean g_date_valid_day(GDateDay day)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid_dmy
gboolean g_date_valid_dmy(GDateDay day, GDateMonth month, GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid_julian
gboolean g_date_valid_julian(guint32 julian_date)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid_month
gboolean g_date_valid_month(GDateMonth month)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid_weekday
gboolean g_date_valid_weekday(GDateWeekday weekday)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_valid_year
gboolean g_date_valid_year(GDateYear year)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

GDate
struct GDate
Undocumented in source.

Variables

G_DATE_BAD_DAY
enum uint G_DATE_BAD_DAY;
Undocumented in source.
G_DATE_BAD_JULIAN
enum uint G_DATE_BAD_JULIAN;
Undocumented in source.
G_DATE_BAD_YEAR
enum uint G_DATE_BAD_YEAR;
Undocumented in source.

Meta