ReactOS 0.4.16-dev-1044-ga6558c0
|
#include <atltime.h>
Public Member Functions | |
CTimeSpan () noexcept | |
CTimeSpan (__time64_t time) noexcept | |
CTimeSpan (LONG lDays, int nHours, int nMins, int nSecs) noexcept | |
CString | Format (LPCSTR pFormat) const |
CString | Format (LPCTSTR pszFormat) const |
CString | Format (UINT nID) const |
LONGLONG | GetTotalHours () const noexcept |
LONGLONG | GetTotalMinutes () const noexcept |
LONGLONG | GetTotalSeconds () const noexcept |
LONGLONG | GetDays () const noexcept |
LONG | GetHours () const noexcept |
LONG | GetMinutes () const noexcept |
LONG | GetSeconds () const noexcept |
__time64_t | GetTimeSpan () const noexcept |
Private Attributes | |
__time64_t | m_nSpan |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 42 of file atltime.h.
Definition at line 52 of file atltime.h.
Definition at line 66 of file atltime.h.
|
inlinenoexcept |
Definition at line 97 of file atltime.h.
Referenced by GetHours().
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
Definition at line 82 of file atltime.h.
Referenced by GetHours(), and GetMinutes().
|
inlinenoexcept |
Definition at line 87 of file atltime.h.
Referenced by GetMinutes(), and GetSeconds().
|
inlinenoexcept |
|
private |
Definition at line 24 of file atltime.h.
Referenced by CTimeSpan(), Format(), GetDays(), GetTimeSpan(), GetTotalHours(), GetTotalMinutes(), and GetTotalSeconds().