Function CSPVariant::SetTime()
Description:
Assigns a CSPTime value to the variant.
 |
Prototype:
void SetTime(const CSPTime& tTime);
Arguments:
- const CSPTime& tTime [IN]
The CSPTime value to assign.
Return value:
No return value (void).
See also:
member function GetTime()
|
|