ReactOS 0.4.15-dev-6068-g8061a6f
|
#include <atltime.h>
Public Member Functions | |
CFileTime () throw () | |
CFileTime (const FILETIME &ft) throw () | |
CFileTime (ULONGLONG nTime) throw () | |
ULONGLONG | GetTime () const throw () |
CFileTime | LocalToUTC () const throw () |
void | SetTime (ULONGLONG nTime) throw () |
CFileTime | UTCToLocal () const throw () |
CFileTime | operator- (CFileTimeSpan span) const throw () |
CFileTimeSpan | operator- (CFileTime ft) const throw () |
bool | operator!= (CFileTime ft) const throw () |
CFileTime | operator+ (CFileTimeSpan span) const throw () |
CFileTime & | operator+= (CFileTimeSpan span) throw () |
bool | operator< (CFileTime ft) const throw () |
bool | operator<= (CFileTime ft) const throw () |
CFileTime & | operator= (const FILETIME &ft) throw () |
CFileTime & | operator-= (CFileTimeSpan span) throw () |
bool | operator== (CFileTime ft) const throw () |
bool | operator> (CFileTime ft) const throw () |
bool | operator>= (CFileTime ft) const throw () |
Static Public Member Functions | |
static CFileTime | GetCurrentTime () throw () |
Static Public Attributes | |
static const ULONGLONG | Millisecond = 10000 |
static const ULONGLONG | Second = Millisecond * 1000 |
static const ULONGLONG | Minute = Second * 60 |
static const ULONGLONG | Hour = Minute * 60 |
static const ULONGLONG | Day = Hour * 24 |
static const ULONGLONG | Week = Day * 7 |
Additional Inherited Members | |
![]() | |
DWORD | dwLowDateTime |
DWORD | dwHighDateTime |
uint32_t | dwLowDateTime |
uint32_t | dwHighDateTime |
|
inline |
Definition at line 544 of file atltime.h.
Referenced by GetCurrentTime(), LocalToUTC(), operator+(), operator-(), and UTCToLocal().
|
inline |
|
inlinestatic |
Definition at line 562 of file atltime.h.
|
inline |
Definition at line 569 of file atltime.h.
Referenced by operator!=(), operator+(), operator+=(), operator-(), operator-=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().
|
inline |
Definition at line 574 of file atltime.h.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 581 of file atltime.h.
Referenced by operator+=(), and operator-=().
|
inline |
Definition at line 587 of file atltime.h.
|
static |