#include <WowTime.h>
Definition at line 29 of file WowTime.h.
◆ GetFlags()
| int8 WowTime::GetFlags |
( |
| ) |
const |
|
inline |
◆ GetHolidayOffset()
| int8 WowTime::GetHolidayOffset |
( |
| ) |
const |
|
inline |
◆ GetHour()
| int8 WowTime::GetHour |
( |
| ) |
const |
|
inline |
◆ GetMinute()
| int8 WowTime::GetMinute |
( |
| ) |
const |
|
inline |
◆ GetMonth()
| int8 WowTime::GetMonth |
( |
| ) |
const |
|
inline |
◆ GetMonthDay()
| int8 WowTime::GetMonthDay |
( |
| ) |
const |
|
inline |
◆ GetPackedTime()
| uint32 WowTime::GetPackedTime |
( |
| ) |
const |
◆ GetUnixTimeFromUtcTime()
| std::time_t WowTime::GetUnixTimeFromUtcTime |
( |
| ) |
const |
◆ GetWeekDay()
| int8 WowTime::GetWeekDay |
( |
| ) |
const |
|
inline |
◆ GetYear()
| int32 WowTime::GetYear |
( |
| ) |
const |
|
inline |
◆ IsInRange()
| bool WowTime::IsInRange |
( |
WowTime const & |
from, |
|
|
WowTime const & |
to |
|
) |
| const |
◆ operator+()
◆ operator+=()
◆ operator-()
◆ operator-=()
◆ SetFlags()
| void WowTime::SetFlags |
( |
int8 |
flags | ) |
|
◆ SetHolidayOffset()
| void WowTime::SetHolidayOffset |
( |
int8 |
holidayOffset | ) |
|
|
inline |
◆ SetHour()
| void WowTime::SetHour |
( |
int8 |
hour | ) |
|
◆ SetMinute()
| void WowTime::SetMinute |
( |
int8 |
minute | ) |
|
◆ SetMonth()
| void WowTime::SetMonth |
( |
int8 |
month | ) |
|
◆ SetMonthDay()
| void WowTime::SetMonthDay |
( |
int8 |
monthDay | ) |
|
◆ SetPackedTime()
| void WowTime::SetPackedTime |
( |
uint32 |
packedTime | ) |
|
◆ SetUtcTimeFromUnixTime()
| void WowTime::SetUtcTimeFromUnixTime |
( |
std::time_t |
unixTime | ) |
|
◆ SetWeekDay()
| void WowTime::SetWeekDay |
( |
int8 |
weekDay | ) |
|
◆ SetYear()
| void WowTime::SetYear |
( |
int32 |
year | ) |
|
◆ operator<<
◆ operator<=>
◆ operator==
◆ operator>>
◆ _flags
| int8 WowTime::_flags = -1 |
|
private |
◆ _holidayOffset
| int8 WowTime::_holidayOffset = 0 |
|
private |
◆ _hour
◆ _minute
| int8 WowTime::_minute = -1 |
|
private |
◆ _month
| int8 WowTime::_month = -1 |
|
private |
◆ _monthDay
| int8 WowTime::_monthDay = -1 |
|
private |
◆ _weekDay
| int8 WowTime::_weekDay = -1 |
|
private |
◆ _year
| int32 WowTime::_year = -1 |
|
private |
The documentation for this class was generated from the following files: