Connection.getDateFormat

This function allows you to determine the actual format for the date values.

class Connection
bool
getDateFormat

Parameters

outFirst glib.types.DateDMY

the place to store the first part of the date, or null

outSecond glib.types.DateDMY

the place to store the second part of the date, or null

outThird glib.types.DateDMY

the place to store the third part of the date, or null

outSep char

the place to store the separator (used between year, month and day parts) part of the date, or null

Return Value

Type: bool

true if no error occurred

Throws