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