g_date_time_new ( tz year month day hour minute seconds -- GDateTime* )


Vocabulary
glib.ffi

Inputs
tzan object
yearan object
monthan object
dayan object
houran object
minutean object
secondsan object


Outputs
GDateTime*an object


Definition


LIBRARY: glib FUNCTION: GDateTime* g_date_time_new
( GTimeZone* tz, gint year, gint month, gint day, gint hour,
gint minute, gdouble seconds )