gda.handler_time
Module for [HandlerTime] class
Types 3
Methods
HandlerTime self()Returns `this`, for use in `with` statements.HandlerTimeGidBuilder builder()Get builder for [gda.handler_time.HandlerTime] Returns: New builder objectgda.data_handler.DataHandler new_()Creates a data handler for time values Returns: the new objectgda.data_handler.DataHandler newNoLocale()Creates 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)Get 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)void setSqlSpec(glib.types.DateDMY first, glib.types.DateDMY sec, glib.types.DateDMY third, char separator, bool twodigitsYears)Specifies 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)Specifies 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, ...Fluent builder for [gda.handler_time.HandlerTime]
Methods