| Return Type | Function name | Arguments |
|---|---|---|
| void | hzXDate::altdate | (hzInterval,int,) |
Declared in file: hzDate.h
Defined in file : hzDate.cpp
Function Logic:
Function body:
void hzXDate::altdate (hzInterval unit, int nounits)
{
switch (unit)
{
case DAY: altday(nounits) ; break ;
case MONTH: altmon(nounits) ; break ;
case YEAR: altyear(nounits) ; break ;
case HOUR: althour(nounits) ; break ;
case MINUTE: altmin(nounits) ; break ;
case SECOND: altsec(nounits) ; break ;
}
}