Function CSPTime::operator +=()
Description:
Increases the contained time by a specified number of seconds.
Prototype:
CSPTime& operator +=(long lSeconds);
Arguments:
long lSeconds [IN]
The number of seconds to add.
Return value:
It returns a reference to the object itself.
See also:
member functions
operator = ()
,
operator -= ()
,
operator + ()
,
operator - ( long lSeconds )
,
operator - ( const CSPTime& )
,
operator ++ ()
,
operator -- ()
CSPTime
|
Basic classes
|
Class Categories
|
Online help home
|
Back
www.micronovae.com
Copyright © 2002 - 2005 Micronovae Ltd