ImpsEngine  1.0.0
A software library collection for end user applications.
IADate Class Reference
Inheritance diagram for IADate:

Public Member Functions

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)
 

Member Function Documentation

◆ IADate_makeWithCurrentDate()

IA_CONSTRUCTOR void IADate_makeWithCurrentDate ( IADate this)

◆ IADate_makeWithCurrentUTCDate()

IA_CONSTRUCTOR void IADate_makeWithCurrentUTCDate ( IADate this)

◆ IADate_makeWithDayMonthYear()

IA_CONSTRUCTOR void IADate_makeWithDayMonthYear ( IADate this,
int  day,
int  month,
int  year 
)

◆ IADate_makeWithDayMonthYearSecondMinuteHour()

IA_CONSTRUCTOR void IADate_makeWithDayMonthYearSecondMinuteHour ( IADate this,
int  day,
int  month,
int  year,
int  second,
int  minute,
int  hour 
)

◆ IADate_makeCopy()

IA_CONSTRUCTOR void IADate_makeCopy ( IADate this,
const IADate dateToCopy 
)

◆ IADate_daysDifference()

int IADate_daysDifference ( IADate this,
IADate to 
)

◆ IADate_isNextDay()

int IADate_isNextDay ( IADate this,
IADate next 
)

◆ 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: