Function CSPDateTime::operator -=()

Description:
Decreases the contained datetime value by a specified number of seconds.

Prototype:
CSPDateTime& operator -=(long lSeconds);

Arguments:
  • long lSeconds [IN]
    The number of seconds to subtract.



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

See also:
member functions operator = ( const CSPDateTime& ), operator = ( const CSPDate& ), operator = ( const CSPTime& ), operator += (), operator + (), operator - (), operator ++ (), operator -- ()
CSPDateTime | Basic classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd