|
IA_CONSTRUCTOR void | IADate_makeWithCurrentDate (IADate *this) |
|
IA_CONSTRUCTOR void | IADate_makeWithCurrentUTCDate (IADate *this) |
|
IA_CONSTRUCTOR void | IADate_makeWithDayMonthYear (IADate *this, int day, int month, int year) |
|
IA_CONSTRUCTOR void | IADate_makeWithDayMonthYearSecondMinuteHour (IADate *this, int day, int month, int year, int second, int minute, int hour) |
|
IA_CONSTRUCTOR void | IADate_makeCopy (IADate *this, const IADate *dateToCopy) |
|
int | IADate_daysDifference (IADate *this, IADate *to) |
|
int | IADate_isNextDay (IADate *this, IADate *next) |
|
static int | IADate_getDay (const IADate *this) |
|
static int | IADate_getMonth (const IADate *this) |
|
static int | IADate_getYear (const IADate *this) |
|
static int | IADate_getSecond (const IADate *this) |
|
static int | IADate_getMinute (const IADate *this) |
|
static int | IADate_getHour (const IADate *this) |
|
◆ IADate_makeWithCurrentDate()
◆ IADate_makeWithCurrentUTCDate()
◆ IADate_makeWithDayMonthYear()
◆ IADate_makeWithDayMonthYearSecondMinuteHour()
IA_CONSTRUCTOR void IADate_makeWithDayMonthYearSecondMinuteHour |
( |
IADate * |
this, |
|
|
int |
day, |
|
|
int |
month, |
|
|
int |
year, |
|
|
int |
second, |
|
|
int |
minute, |
|
|
int |
hour |
|
) |
| |
◆ IADate_makeCopy()
◆ IADate_daysDifference()
◆ IADate_isNextDay()
◆ IADate_getDay()
static int IADate_getDay |
( |
const IADate * |
this | ) |
|
|
inline |
◆ IADate_getMonth()
static int IADate_getMonth |
( |
const IADate * |
this | ) |
|
|
inline |
◆ IADate_getYear()
static int IADate_getYear |
( |
const IADate * |
this | ) |
|
|
inline |
◆ IADate_getSecond()
static int IADate_getSecond |
( |
const IADate * |
this | ) |
|
|
inline |
◆ IADate_getMinute()
static int IADate_getMinute |
( |
const IADate * |
this | ) |
|
|
inline |
◆ IADate_getHour()
static int IADate_getHour |
( |
const IADate * |
this | ) |
|
|
inline |
The documentation for this class was generated from the following files: