Function CSPTime::SetSecond()
Description:
Sets the second of the contained time.
 |
Prototype:
void SetSecond(unsigned long ulSecond);
Arguments:
- unsigned long ulSecond [IN]
The second, ranging from 0 to 59.
Return value:
No return value (void).
See also:
member functions SetTime(), SetMinute(), SetHour()
|
|