c
Back to Seed Clases

GLib


Classes

Interfaces

Structs

Unions

Enums

Enum GLib.DateMonth

Import line: GLib = imports.gi.GLib;
GIR File: GLib-2.0.gir
C documentation: GDateMonth
Enum : DateMonth
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GLib
Method
GLib.date_get_days_in_month (DateMonth month, guint16 year) : guint8
GLib
Method
GLib.date_valid_dmy (guint8 day, DateMonth month, guint16 year) : gboolean
GLib
Method
GLib.date_valid_month (DateMonth month) : gboolean
GLib.Date
Method
new GLib.Date.dmy (guint8 day, DateMonth month, guint16 year) : GLib.Date
Create a new GLib.Date
GLib.Date
Method
get_month () : GLib.DateMonth
GLib.Date
Method
set_dmy (guint8 day, DateMonth month, guint16 y) : none
GLib.Date
Method
set_month (DateMonth month) : none
GLib.Date
Method
GLib.Date.get_days_in_month (DateMonth month, guint16 year) : guint8
GLib.Date
Method
GLib.Date.valid_dmy (guint8 day, DateMonth month, guint16 year) : gboolean
GLib.Date
Method
GLib.Date.valid_month (DateMonth month) : gboolean
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:19:39 GMT+0800 (HKT)