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