|
SDL3pp
A slim C++ wrapper for SDL3
|
This is the complete list of members for SDL::DateTime, including all inherited members.
| DateTime(const DateTimeRaw &dateTime={}) noexcept | SDL::DateTime | inline |
| DateTime(int year, int month, int day, int hour, int minute, int second, int nanosecond, int day_of_week, int utc_offset) noexcept | SDL::DateTime | inline |
| DateTime(Time ticks, bool localTime=true) | SDL::DateTime | inline |
| GetDay() const noexcept | SDL::DateTime | inline |
| GetDay_of_week() const noexcept | SDL::DateTime | inline |
| GetHour() const noexcept | SDL::DateTime | inline |
| GetMinute() const noexcept | SDL::DateTime | inline |
| GetMonth() const noexcept | SDL::DateTime | inline |
| GetNanosecond() const noexcept | SDL::DateTime | inline |
| GetSecond() const noexcept | SDL::DateTime | inline |
| GetUtc_offset() const noexcept | SDL::DateTime | inline |
| GetYear() const noexcept | SDL::DateTime | inline |
| operator bool() const noexcept | SDL::DateTime | inlineexplicit |
| operator Time() const | SDL::DateTime | inline |
| SetDay(int newDay) noexcept | SDL::DateTime | inline |
| SetDay_of_week(int newDay_of_week) noexcept | SDL::DateTime | inline |
| SetHour(int newHour) noexcept | SDL::DateTime | inline |
| SetMinute(int newMinute) noexcept | SDL::DateTime | inline |
| SetMonth(int newMonth) noexcept | SDL::DateTime | inline |
| SetNanosecond(int newNanosecond) noexcept | SDL::DateTime | inline |
| SetSecond(int newSecond) noexcept | SDL::DateTime | inline |
| SetUtc_offset(int newUtc_offset) noexcept | SDL::DateTime | inline |
| SetYear(int newYear) noexcept | SDL::DateTime | inline |