MySQLDate

In certain circumstances, MySQL permits storing invalid dates (such as the "zero date": 0000-00-00). Phobos's Date/DateTime disallows invalid dates, so the MySQLDate and MySQLDateTime type allow reading such dates when they occur.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

getDate
Date getDate [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

day
int day;
Undocumented in source.
month
int month;
Undocumented in source.
year
int year;
Undocumented in source.

Meta