| Import line: | GLib = imports.gi.GLib; |
| GIR File: | GLib-2.0.gir |
| C documentation: | GDate |
| Struct : | Date |
| Properties | Defined By | |
|---|---|---|
|
day : guint32
|
GLib.Date | |
|
dmy : guint32
|
GLib.Date | |
|
julian : guint32
|
GLib.Date | |
|
julian_days : guint32
|
GLib.Date | |
|
month : guint32
|
GLib.Date | |
|
year : guint32
|
GLib.Date | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new GLib.Date
()
Create a new GLib.Date
Create a new GLib.Date
|
||
|
add_days
(guint32 n_days)
:
none
|
GLib.Date | |
|
add_months
(guint32 n_months)
:
none
|
GLib.Date | |
|
add_years
(guint32 n_years)
:
none
|
GLib.Date | |
| GLib.Date | ||
|
clear
(guint32 n_dates)
:
none
|
GLib.Date | |
| GLib.Date | ||
| GLib.Date | ||
|
free
()
:
none
|
GLib.Date | |
|
get_day
()
:
guint8
|
GLib.Date | |
|
get_day_of_year
()
:
guint32
|
GLib.Date | |
|
get_iso8601_week_of_year
()
:
guint32
|
GLib.Date | |
|
get_julian
()
:
guint32
|
GLib.Date | |
|
get_monday_week_of_year
()
:
guint32
|
GLib.Date | |
|
get_month
()
:
GLib.DateMonth
|
GLib.Date | |
|
get_sunday_week_of_year
()
:
guint32
|
GLib.Date | |
|
get_weekday
()
:
GLib.DateWeekday
|
GLib.Date | |
|
get_year
()
:
guint16
|
GLib.Date | |
|
is_first_of_month
()
:
gboolean
|
GLib.Date | |
|
is_last_of_month
()
:
gboolean
|
GLib.Date | |
|
order
(Date date2)
:
none
|
GLib.Date | |
|
set_day
(guint8 day)
:
none
|
GLib.Date | |
|
GLib.Date | |
|
set_julian
(guint32 julian_date)
:
none
|
GLib.Date | |
|
set_month
(DateMonth month)
:
none
|
GLib.Date | |
|
set_parse
(String str)
:
none
|
GLib.Date | |
|
set_time
(gint32 time_)
:
none
|
GLib.Date | |
|
set_time_t
(gint32 timet)
:
none
|
GLib.Date | |
|
set_time_val
(TimeVal timeval)
:
none
|
GLib.Date | |
|
set_year
(guint16 year)
:
none
|
GLib.Date | |
|
subtract_days
(guint32 n_days)
:
none
|
GLib.Date | |
|
subtract_months
(guint32 n_months)
:
none
|
GLib.Date | |
|
subtract_years
(guint32 n_years)
:
none
|
GLib.Date | |
|
to_struct_tm
(void* tm)
:
none
|
GLib.Date | |
|
valid
()
:
gboolean
|
GLib.Date | |
| None |
| Class / Namespace | Method / Signal / Properties |
|---|---|
|
GLib
Method |
|
|
TelepathyLogger.LogManager
Method |
get_events_for_date_async
(Account account, Entity target, gint32 type_mask, Date date, Function callback, void* user_data)
:
none
|