gda.handler_time

Module for [HandlerTime] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
HandlerTime self() nothrowReturns `this`, for use in `with` statements.
HandlerTimeGidBuilder builder() static nothrowGet builder for [gda.handler_time.HandlerTime] Returns: New builder object
gda.data_handler.DataHandler new_() static nothrowCreates a data handler for time values Returns: the new object
gda.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 object
string 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 widget
void 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, ...
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for gda.handler_time.HandlerTime

Methods
HandlerTime build() nothrowCreate object from builder. Returns: New object