Use these overloaded assignment operators copy the source time into this CTime object.
The internal time storage in a CTime object is independent of time zone. Time-zone conversion is not necessary during assignment.
const CTime& operator =( const CTime& timeSrc );
const CTime& operator =( time_t t );
Header File | Afxwin.h |
Platforms | |
Versions | 1.0 and later |
Complete documentation | Visual C++ documentation |
CTime Overview, CTime Operators, Simple Value Types, CTime::CTime