#include <iaDate.h>
◆ iaDate() [1/3]
◆ iaDate() [2/3]
ctor date
- Parameters
-
| day | the day of the date |
| month | the month of the date |
| year | the year of the date |
◆ iaDate() [3/3]
| iaux::iaDate::iaDate |
( |
const iaDate & |
other | ) |
|
◆ getDay()
| uint32 iaux::iaDate::getDay |
( |
| ) |
const |
◆ getMonth()
| uint32 iaux::iaDate::getMonth |
( |
| ) |
const |
◆ getToday()
| iaDate iaux::iaDate::getToday |
( |
| ) |
|
|
static |
◆ getYear()
| uint32 iaux::iaDate::getYear |
( |
| ) |
const |
◆ operator!=()
| bool iaux::iaDate::operator!= |
( |
const iaDate & |
other | ) |
const |
unequal operator
- Returns
- true if other is not equal to this
- Parameters
-
| other | the other date to compare to |
◆ operator==()
| bool iaux::iaDate::operator== |
( |
const iaDate & |
other | ) |
const |
equal operator
- Returns
- true if other is equal to this
- Parameters
-
| other | the other date to compare to |
The documentation for this class was generated from the following files:
- /home/martin/dev/Igor/src/iaux/iaux/system/iaDate.h
- /home/martin/dev/Igor/src/iaux/iaux/system/iaDate.cpp