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
  Show / Hide Inherited methods, properties and signals
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, Number year) : Number
GLib
Method
GLib.date_valid_dmy (Number day, DateMonth month, Number year) : Boolean
GLib
Method
GLib.date_valid_month (DateMonth month) : Boolean
GLib.Date
Method
new GLib.Date.dmy (Number day, DateMonth month, Number year) : GLib.Date
Create a new GLib.Date
GLib.Date
Method
get_month () : GLib.DateMonth
GLib.Date
Method
set_month (DateMonth month) : none
GLib.Date
Method
set_dmy (Number day, DateMonth month, Number y) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:59 GMT+0800 (HKT)