Function CSPVariant::SetDate()
Description:
Assigns a CSPDate value to the variant.
 |
Prototype:
void SetDate(const CSPDate& dDate);
Arguments:
- const CSPDate& dDate [IN]
The date value to assign.
Return value:
No return value (void).
See also:
member function GetDate()
|
|