CTimeSpan Class
An amount of time, which is internally stored as the number of seconds in the time span.
class CTimeSpan
Members
Public Constructors
Name |
Description |
---|---|
Constructs CTimeSpan objects in various ways. |
Public Methods
Name |
Description |
---|---|
Converts a CTimeSpan into a formatted string. |
|
Returns a value that represents the number of complete days in this CTimeSpan. |
|
Returns a value that represents the number of hours in the current day (–23 through 23). |
|
Returns a value that represents the number of minutes in the current hour (–59 through 59). |
|
Returns a value that represents the number of seconds in the current minute (–59 through 59). |
|
Returns the value of the CTimeSpan object. |
|
Returns a value that represents the total number of complete hours in this CTimeSpan. |
|
Returns a value that represents the total number of complete minutes in this CTimeSpan. |
|
Returns a value that represents the total number of complete seconds in this CTimeSpan. |
|
Serializes data to or from an archive. |
Operators
Adds and subtracts CTimeSpan objects. |
|
Adds and subtracts a CTimeSpan object to and from this CTimeSpan. |
|
Compares two relative time values. |
Remarks
CTimeSpan does not have a base class.
CTimeSpan functions convert seconds to various combinations of days, hours, minutes, and seconds.
The CTimeSpan object is stored in a __time64_t structure, which is 8 bytes.
A companion class, CTime, represents an absolute time.
The CTime and CTimeSpan classes are not designed for derivation. Because there are no virtual functions, the size of both CTime and CTimeSpan objects is exactly 8 bytes. Most member functions are inline.
For more information on using CTimeSpan, see the articles Date and Time, and Time Management in the Run-Time Library Reference.
Requirements
Header: atltime.h
See Also
Reference
localtime, _localtime32, _localtime64
strftime, wcsftime, _strftime_l, _wcsftime_l