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