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