ReactOS 0.4.16-dev-752-g47bae01
|
#include <atltime.h>
Public Member Functions | |
CFileTime () noexcept | |
CFileTime (const FILETIME &ft) noexcept | |
CFileTime (ULONGLONG nTime) noexcept | |
ULONGLONG | GetTime () const noexcept |
CFileTime | LocalToUTC () const noexcept |
void | SetTime (ULONGLONG nTime) noexcept |
CFileTime | UTCToLocal () const noexcept |
CFileTime | operator- (CFileTimeSpan span) const noexcept |
CFileTimeSpan | operator- (CFileTime ft) const noexcept |
bool | operator!= (CFileTime ft) const noexcept |
CFileTime | operator+ (CFileTimeSpan span) const noexcept |
CFileTime & | operator+= (CFileTimeSpan span) noexcept |
bool | operator< (CFileTime ft) const noexcept |
bool | operator<= (CFileTime ft) const noexcept |
CFileTime & | operator= (const FILETIME &ft) noexcept |
CFileTime & | operator-= (CFileTimeSpan span) noexcept |
bool | operator== (CFileTime ft) const noexcept |
bool | operator> (CFileTime ft) const noexcept |
bool | operator>= (CFileTime ft) const noexcept |
Static Public Member Functions | |
static CFileTime | GetCurrentTime () noexcept |
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 |
|
inlinenoexcept |
Definition at line 544 of file atltime.h.
Referenced by GetCurrentTime(), LocalToUTC(), operator+(), operator-(), and UTCToLocal().
|
inlinenoexcept |
|
inlinestaticnoexcept |
Definition at line 562 of file atltime.h.
|
inlinenoexcept |
Definition at line 569 of file atltime.h.
Referenced by operator!=(), operator+(), operator+=(), operator-(), operator-=(), operator<(), operator<=(), operator==(), operator>(), and operator>=().
|
inlinenoexcept |
Definition at line 574 of file atltime.h.
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 581 of file atltime.h.
Referenced by operator+=(), and operator-=().
|
inlinenoexcept |
Definition at line 587 of file atltime.h.
|
static |