Function CSPTime::SetTime()
Description:
Sets the contained time.
 |
Prototype:
void SetTime(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 return value (void).
See also:
member functions SetMinute(), SetMinute(), SetHour()
|
|