| public nothrow | Date() |
| public nothrow | Date(short year_, Month month_, sbyte day_) |
| public inline nothrow sbyte | Day() const |
| public inline nothrow Month | GetMonth() const |
| public nothrow String<char> | ToString() const |
| public nothrow String<char> | ToString(bool omitDashes) const |
| public inline nothrow short | Year() const |
| private sbyte | day |
| private Month | month |
| private short | year |