#include <BDate.h>
◆ BDate() [1/2]
BDate::BDate |
( |
int |
year = 0 , |
|
|
int |
month = 1 , |
|
|
int |
day = 1 |
|
) |
| |
◆ BDate() [2/2]
◆ ~BDate()
◆ clear()
◆ compare()
int BDate::compare |
( |
const BDate & |
date | ) |
const |
◆ day()
◆ daysInMonth()
int BDate::daysInMonth |
( |
int |
year, |
|
|
int |
month |
|
) |
| |
|
static |
◆ getDate()
void BDate::getDate |
( |
int & |
year, |
|
|
int & |
mon, |
|
|
int & |
day |
|
) |
| |
◆ getString()
Get the time as an ISO date/time string.
◆ getStringFormatted()
Gets the time in a string form as per the format. Format syntax as per strftime()
◆ isLeap()
int BDate::isLeap |
( |
int |
year | ) |
|
|
static |
◆ isSet()
◆ month()
◆ operator BString()
◆ operator!=()
int BDate::operator!= |
( |
const BDate & |
date | ) |
const |
|
inline |
◆ operator<()
int BDate::operator< |
( |
const BDate & |
date | ) |
const |
|
inline |
◆ operator<=()
int BDate::operator<= |
( |
const BDate & |
date | ) |
const |
|
inline |
◆ operator==()
int BDate::operator== |
( |
const BDate & |
date | ) |
const |
|
inline |
◆ operator>()
int BDate::operator> |
( |
const BDate & |
date | ) |
const |
|
inline |
◆ operator>=()
int BDate::operator>= |
( |
const BDate & |
date | ) |
const |
|
inline |
◆ set() [1/2]
void BDate::set |
( |
time_t |
time | ) |
|
Set time using Unix time (seconds from 1970-01-01)
◆ set() [2/2]
void BDate::set |
( |
int |
year = 0 , |
|
|
int |
month = 1 , |
|
|
int |
day = 1 |
|
) |
| |
◆ setFirst()
Set the first date available.
◆ setLast()
Set the last date available.
◆ setNow()
Set the timeStamp to now.
◆ setString()
Set the time from an ISO date/time.
◆ setYDay()
void BDate::setYDay |
( |
int |
year = 0 , |
|
|
int |
yday = 0 |
|
) |
| |
◆ yday()
◆ year()
◆ oyday
◆ oyear
The documentation for this class was generated from the following files: