Function CSPDate::GetCurDate()
Description:
This static member function returns a CSPDate object containing the current date.
 |
Prototype:
static CSPDate GetCurDate();
Arguments:
No arguments (void).
Return value:
Returns a CSPDate object containing the current date.
Examples:
CSPDate Today = CSPDate::GetCurDate();
See also:
member function GetCurGMTDate()
|
|