Function CSPDate::operator +=()

Description:
Increases the date by a specified number of days.

Prototype:
CSPDate& operator +=(long lDays);

Arguments:
  • long lDays [IN]
    The number of days to add.



Return value:
It returns a references to the object itself.

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