Function CSPDate::operator ++()
Description:
Increases a date by one day.
Prototype:
CSPDate& operator ++();
Arguments:
No arguments (void).
Return value:
It returns a reference to the object itseft.
Examples:
CSPDate Tomorrow = CSPDate::GetCurDate()++;
See also:
member functions
operator + ()
,
operator - ( long lDays )
,
operator - ( const CSPDate& )
,
operator -- ()
,
operator += ()
,
operator -= ()
,
operator = ()
CSPDate
|
Basic classes
|
Class Categories
|
Online help home
|
Back
www.micronovae.com
Copyright © 2002 - 2005 Micronovae Ltd