![]() |
OpenSiv3D
v0.6.5
C++20 framework for creative coding
|
This is the complete list of members for s3d::Date, including all inherited members.
| Date() noexcept=default | s3d::Date | |
| Date(int32 _year, int32 _month=1, int32 _day=1) noexcept | s3d::Date | explicit |
| day | s3d::Date | |
| dayOfWeek() const noexcept | s3d::Date | |
| daysInMonth() const noexcept | s3d::Date | |
| DaysInMonth(int32 year, int32 month) noexcept | s3d::Date | static |
| daysInYear() const noexcept | s3d::Date | |
| DaysInYear(int32 year) noexcept | s3d::Date | static |
| format(StringView format=U"yyyy-MM-dd"_sv) const | s3d::Date | |
| Formatter(FormatData &formatData, const Date &value) | s3d::Date | friend |
| hash() const noexcept | s3d::Date | |
| isLeapYear() const noexcept | s3d::Date | |
| IsLeapYear(int32 year) noexcept | s3d::Date | static |
| isToday() const noexcept | s3d::Date | |
| isValid() const noexcept | s3d::Date | |
| month | s3d::Date | |
| operator!=(const Date &lhs, const Date &rhs) noexcept | s3d::Date | friend |
| operator+(const Days &days) const noexcept | s3d::Date | |
| operator+=(const Days &days) noexcept | s3d::Date | |
| operator-(const Days &days) const noexcept | s3d::Date | |
| operator-(const Date &to, const Date &from) noexcept | s3d::Date | friend |
| operator-=(const Days &days) noexcept | s3d::Date | |
| operator<(const Date &lhs, const Date &rhs) noexcept | s3d::Date | friend |
| operator<<(std::basic_ostream< CharType > &output, const Date &value) | s3d::Date | friend |
| operator<=(const Date &lhs, const Date &rhs) noexcept | s3d::Date | friend |
| operator==(const Date &lhs, const Date &rhs) noexcept | s3d::Date | friend |
| operator>(const Date &lhs, const Date &rhs) noexcept | s3d::Date | friend |
| operator>=(const Date &lhs, const Date &rhs) noexcept | s3d::Date | friend |
| Subtract(const Date &a, const Date &b) noexcept | s3d::Date | static |
| Today() noexcept | s3d::Date | static |
| Tomorrow() noexcept | s3d::Date | static |
| year | s3d::Date | |
| Yesterday() noexcept | s3d::Date | static |