public nothrow | Date() |
public nothrow | Date(short year_, Month month_, sbyte day_) |
public nothrow Date | AddDays(int n) |
public nothrow Date | AddMonths(int n) |
public nothrow Date | AddYears(short n) |
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 |