Function CSPDate::CSPDate()
Description:
Creates a new date object that has initial date information.
 |
Prototype:
CSPDate(ulDay unsigned long, ulMonth unsigned long, lYear long);
Arguments:
- ulDay unsigned long [IN]
The day of the month, ranging from 1 to 31.
- ulMonth unsigned long [IN]
The month, ranging from 1 to 12.
- lYear long [IN]
The year.
Return value:
No value is returned.
See also:
constructor CSPDate()
|
|