Public Member Functions | |
| CFileTime (const FILETIME &ft) | |
| CFileTime (uint64 nTime) | |
| CFileTime & | operator= (const FILETIME &ft) |
| CFileTime & | operator+= (CFileTimeSpan span) |
| CFileTime & | operator-= (CFileTimeSpan span) |
| CFileTime | operator+ (CFileTimeSpan span) const |
| CFileTime | operator- (CFileTimeSpan span) const |
| CFileTimeSpan | operator- (CFileTime ft) const |
| bool | operator== (CFileTime ft) const |
| bool | operator!= (CFileTime ft) const |
| bool | operator< (CFileTime ft) const |
| bool | operator> (CFileTime ft) const |
| bool | operator<= (CFileTime ft) const |
| bool | operator>= (CFileTime ft) const |
| uint64 | GetTime () const |
| void | SetTime (uint64 nTime) |
| CFileTime | UTCToLocal () const |
| CFileTime | LocalToUTC () const |
Static Public Member Functions | |
| static CFileTime WINAPI | GetCurrentTime () |
Additional Inherited Members | |
Public Attributes inherited from Graphics::MFC::_FILETIME | |
| uint32 | dwLowDateTime |
| uint32 | dwHighDateTime |