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
outFirst | the place to store the first part of the date, or null |
outSecond | the place to store the second part of the date, or null |
outThird | the place to store the third part of the date, or null |
outSep | the 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]