CTime::operator =

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.

Syntax

const CTime& operator =( const CTime& timeSrc );

const CTime& operator =( time_t t );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CTime Overview, CTime Operators, Simple Value Types, CTime::CTime