日期类,包含中国农历历法1900到2099年
更多...
◆ DateInfo() [1/2]
DateInfo::DateInfo |
( |
int |
year = 1901 , |
|
|
int |
month = 1 , |
|
|
int |
day = 1 |
|
) |
| |
◆ DateInfo() [2/2]
DateInfo::DateInfo |
( |
const DateInfo & |
d | ) |
|
◆ DayOfTheWeek()
int DateInfo::DayOfTheWeek |
( |
| ) |
|
◆ IsLeapYear()
BOOL DateInfo::IsLeapYear |
( |
| ) |
const |
◆ IsZero()
BOOL DateInfo::IsZero |
( |
| ) |
const |
◆ MonthDayCounts()
int DateInfo::MonthDayCounts |
( |
| ) |
const |
◆ operator!=()
bool DateInfo::operator!= |
( |
const DateInfo & |
d | ) |
|
◆ operator+()
◆ operator-()
◆ operator<()
bool DateInfo::operator< |
( |
const DateInfo & |
d | ) |
|
◆ operator<=()
bool DateInfo::operator<= |
( |
const DateInfo & |
d | ) |
|
◆ operator=()
◆ operator==()
bool DateInfo::operator== |
( |
const DateInfo & |
d | ) |
|
◆ operator>()
bool DateInfo::operator> |
( |
const DateInfo & |
d | ) |
|
◆ operator>=()
bool DateInfo::operator>= |
( |
const DateInfo & |
d | ) |
|
◆ PrintfLunarDate()
void DateInfo::PrintfLunarDate |
( |
char * |
buffer, |
|
|
int |
buffersize |
|
) |
| const |
◆ PrintfLunarYear()
void DateInfo::PrintfLunarYear |
( |
char * |
buffer, |
|
|
int |
buffersize |
|
) |
| const |
◆ WeekFirstDay()
int DateInfo::WeekFirstDay |
( |
int |
year, |
|
|
int |
month |
|
) |
| |
◆ Zero()
◆ m_dayOfMonth
int DateInfo::m_dayOfMonth |
◆ m_month
◆ m_year