Function CSPDateTime::operator -()
Description:
It subtracts a specified number of seconds from the contained datetime value, and returns the resulting datetime.
Prototype:
CSPDateTime operator -(long lSeconds) const;
Arguments:
long lSeconds [IN]
The number of seconds to subtract.
Return value:
Returns the resulting datetime.
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