| public nothrow | DateTime() |
| public nothrow | DateTime(Date date_) |
| public nothrow | DateTime(Date date_, int secs_) |
| public inline nothrow Date | GetDate() const |
| public inline nothrow int | Hours() const |
| public inline nothrow int | Minutes() const |
| public inline nothrow int | Seconds() const |
| public nothrow String<char> | TimeString() const |
| public nothrow String<char> | ToString() |
| public nothrow String<char> | ToString(bool omitDashes, bool omitColons, bool omitMins, bool omitSecs) |
| private Date | date |
| private int | secs |