gda.handler_time
Module for [HandlerTime] class
Types 3
Methods
HandlerTimeGidBuilder builder() static nothrowGet builder for [gda.handler_time.HandlerTime] Returns: New builder objectgda.data_handler.DataHandler new_() static nothrowCreates a data handler for time values Returns: the new objectgda.data_handler.DataHandler newNoLocale() static nothrowCreates a data handler for time values, but using the default C locale instead of the current user locale. Returns: the new objectstring getFormat(gobject.types.GType type) nothrowGet a string representing the locale-dependent way to enter a date/time/datetime, using a syntax suitable for the #GdauiFormatEntry widgetstring getNoLocaleStrFromValue(gobject.value.Value value) nothrowvoid setSqlSpec(glib.types.DateDMY first, glib.types.DateDMY sec, glib.types.DateDMY third, char separator, bool twodigitsYears) nothrowSpecifies the SQL output style of the dh data handler. The general format is "FIRSTsSECsTHIRD" where FIRST, SEC and THIRD are specified by first, sec and trird and 's' is the separator, specified b...void setStrSpec(glib.types.DateDMY first, glib.types.DateDMY sec, glib.types.DateDMY third, char separator, bool twodigitsYears) nothrowSpecifies the human readable output style of the dh data handler. The general format is "FIRSTsSECsTHIRD" where FIRST, SEC and THIRD are specified by first, sec and trird and 's' is the separator, ...classHandlerTimeGidBuilderImpl(T) : gobject.object.ObjectWrapGidBuilderImpl!T, gda.data_handler.DataHandlerGidBuilderImpl!T
Fluent builder implementation template for gda.handler_time.HandlerTime
Fluent builder for gda.handler_time.HandlerTime
Methods