Connection.getDateFormat

bool getDateFormat(out glib.types.DateDMY outFirst, out glib.types.DateDMY outSecond, out glib.types.DateDMY outThird, out char outSep)

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

Parameters

outFirstthe place to store the first part of the date, or null
outSecondthe place to store the second part of the date, or null
outThirdthe place to store the third part of the date, or null
outSepthe place to store the separator (used between year, month and day parts) part of the date, or null

Returns

true if no error occurred

Throws

[ConnectionException]