glib-0.12.0: Binding to the GLIB library for Gtk2Hs.

Portabilityportable (depends on GHC)
Stabilityprovisional
Maintainergtk2hs-users@lists.sourceforge.net

System.Glib.GDateTime

Description

 

Documentation

type GTimeValPart = CLong

data GTimeVal

Instances

Eq GTimeVal 
Ord GTimeVal 
Storable GTimeVal 

gUSleep :: GTimeValPart -> IO ()

gTimeValFromISO8601 :: String -> Maybe GTimeVal

newtype GDate

Constructors

GDate 

Instances

Eq GDate 
Ord GDate 
Storable GDate 

data GDateDay

Instances

Bounded GDateDay 
Eq GDateDay 
Ord GDateDay 

data GDateMonth

Instances

Bounded GDateMonth 
Enum GDateMonth 
Eq GDateMonth 
Ord GDateMonth 

data GDateYear

Instances

Bounded GDateYear 
Eq GDateYear 
Ord GDateYear 

type GDateJulianDay = CUInt

data GDateWeekday

Instances

gDateParse :: String -> IO (Maybe GDate)

gDateAddDays :: GDate -> Word -> GDate

gDateAddMonths :: GDate -> Word -> GDate

gDateAddYears :: GDate -> Word -> GDate

gDateCompare :: GDate -> GDate -> Ordering