glib.gdatetime

Undocumented in source.

Members

Aliases

GTimeSpan
alias GTimeSpan = gint64
Undocumented in source.

Functions

g_date_time_add
GDateTime* g_date_time_add(GDateTime* datetime, GTimeSpan timespan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_add_days
GDateTime* g_date_time_add_days(GDateTime* datetime, gint 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_time_add_full
GDateTime* g_date_time_add_full(GDateTime* datetime, gint years, gint months, gint days, gint hours, gint minutes, gdouble seconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_add_hours
GDateTime* g_date_time_add_hours(GDateTime* datetime, gint hours)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_add_minutes
GDateTime* g_date_time_add_minutes(GDateTime* datetime, gint minutes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_add_months
GDateTime* g_date_time_add_months(GDateTime* datetime, gint 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_time_add_seconds
GDateTime* g_date_time_add_seconds(GDateTime* datetime, gdouble seconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_add_weeks
GDateTime* g_date_time_add_weeks(GDateTime* datetime, gint weeks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_add_years
GDateTime* g_date_time_add_years(GDateTime* datetime, gint 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_time_compare
gint g_date_time_compare(gconstpointer dt1, gconstpointer dt2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_difference
GTimeSpan g_date_time_difference(GDateTime* end, GDateTime* begin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_equal
gboolean g_date_time_equal(gconstpointer dt1, gconstpointer dt2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_format
gchar* g_date_time_format(GDateTime* datetime, const(gchar)* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_get_day_of_month
gint g_date_time_get_day_of_month(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_get_day_of_week
gint g_date_time_get_day_of_week(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_get_day_of_year
gint g_date_time_get_day_of_year(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_get_hour
gint g_date_time_get_hour(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_get_microsecond
gint g_date_time_get_microsecond(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_get_minute
gint g_date_time_get_minute(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_get_month
gint g_date_time_get_month(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_get_second
gint g_date_time_get_second(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_get_seconds
gdouble g_date_time_get_seconds(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_get_timezone_abbreviation
const(gchar)* g_date_time_get_timezone_abbreviation(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_get_utc_offset
GTimeSpan g_date_time_get_utc_offset(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_get_week_numbering_year
gint g_date_time_get_week_numbering_year(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_get_week_of_year
gint g_date_time_get_week_of_year(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_get_year
gint g_date_time_get_year(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_get_ymd
void g_date_time_get_ymd(GDateTime* datetime, gint* year, gint* month, gint* 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_time_hash
guint g_date_time_hash(gconstpointer datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_is_daylight_savings
gboolean g_date_time_is_daylight_savings(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_new
GDateTime* g_date_time_new(GTimeZone* tz, gint year, gint month, gint day, gint hour, gint minute, gdouble seconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_new_from_timeval_local
GDateTime* g_date_time_new_from_timeval_local(const(GTimeVal)* tv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_new_from_timeval_utc
GDateTime* g_date_time_new_from_timeval_utc(const(GTimeVal)* tv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_new_from_unix_local
GDateTime* g_date_time_new_from_unix_local(gint64 t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_new_from_unix_utc
GDateTime* g_date_time_new_from_unix_utc(gint64 t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_new_local
GDateTime* g_date_time_new_local(gint year, gint month, gint day, gint hour, gint minute, gdouble seconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_new_now
GDateTime* g_date_time_new_now(GTimeZone* tz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_new_now_local
GDateTime* g_date_time_new_now_local()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_new_now_utc
GDateTime* g_date_time_new_now_utc()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_new_utc
GDateTime* g_date_time_new_utc(gint year, gint month, gint day, gint hour, gint minute, gdouble seconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_ref
GDateTime* g_date_time_ref(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_to_local
GDateTime* g_date_time_to_local(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_to_timeval
gboolean g_date_time_to_timeval(GDateTime* datetime, GTimeVal* tv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_to_timezone
GDateTime* g_date_time_to_timezone(GDateTime* datetime, GTimeZone* tz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_to_unix
gint64 g_date_time_to_unix(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_to_utc
GDateTime* g_date_time_to_utc(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
g_date_time_unref
void g_date_time_unref(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

GDateTime
struct GDateTime
Undocumented in source.

Variables

G_TIME_SPAN_DAY
enum gint64 G_TIME_SPAN_DAY;
Undocumented in source.
G_TIME_SPAN_HOUR
enum gint64 G_TIME_SPAN_HOUR;
Undocumented in source.
G_TIME_SPAN_MILLISECOND
enum gint64 G_TIME_SPAN_MILLISECOND;
Undocumented in source.
G_TIME_SPAN_MINUTE
enum gint64 G_TIME_SPAN_MINUTE;
Undocumented in source.
G_TIME_SPAN_SECOND
enum gint64 G_TIME_SPAN_SECOND;
Undocumented in source.

Meta