Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves the second portion of this date/time-span value.
LONG GetSeconds( ) const throw( );
Return Value
The seconds portion of this date/time-span value.
Remarks
The return values from this function range between – 59 and 59.
For other functions that query the value of a COleDateTimeSpan object, see the following member functions:
Example
COleDateTimeSpan ts(3, 1, 5, 12); // 3 days, 1 hour, 5 min, and 12 sec
ASSERT(ts.GetSeconds() == 12);
Requirements
Header: atlcomtime.h