MySQLDateTime

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

Properties

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

Variables

day
int day;
Undocumented in source.
hour
int hour;
Undocumented in source.
minute
int minute;
Undocumented in source.
month
int month;
Undocumented in source.
second
int second;
Undocumented in source.
year
int year;
Undocumented in source.

Meta