Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
CTime ---> tm: struct tm* CTime::GetLocalTm( struct tm* ptm = NULL ) const;
CTime ---> time_t: time_t CTime::GetTime( ) const;
tm ---> CTime: ???
time_t ---> CTime: CTime::CTime( time_t time );
CTime::CTime( mktime( tm));