Function CSPTime::CSPTime()
Description:
Creates a time object and assigns an initial value to it.
 |
Prototype:
CSPTime(unsigned long ulSecond, unsigned long ulMinute, unsigned long ulHour);
Arguments:
- unsigned long ulSecond [IN]
The second, ranging from 0 to 59.
- unsigned long ulMinute [IN]
The minute, ranging from 0 to 59.
- unsigned long ulHour [IN]
The hour, ranging from 0 to 23.
Return value:
No value is returned.
See also:
constructor $$CSPTime,CSPTime,CSPTime()
|
|