|
| | CTime () noexcept |
| |
| | CTime (__time64_t time) noexcept |
| |
| | CTime (int nYear, int nMonth, int nDay, int nHour, int nMin, int nSec, int nDST=-1) |
| |
| | CTime (WORD wDosDate, WORD wDosTime, int nDST=-1) |
| |
| | CTime (const SYSTEMTIME &st, int nDST=-1) noexcept |
| |
| | CTime (const FILETIME &ft, int nDST=-1) |
| |
| | CTime (const DBTIMESTAMP &dbts, int nDST=-1) noexcept |
| |
| CString | Format (LPCTSTR pszFormat) const |
| |
| CString | Format (UINT nFormatID) const |
| |
| CString | FormatGmt (LPCTSTR pszFormat) const |
| |
| CString | FormatGmt (UINT nFormatID) const |
| |
| bool | GetAsDBTIMESTAMP (DBTIMESTAMP &dbts) const noexcept |
| |
| bool | GetAsSystemTime (SYSTEMTIME &st) const noexcept |
| |
| int | GetDay () const noexcept |
| |
| int | GetDayOfWeek () const noexcept |
| |
| struct tm * | GetGmtTm (struct tm *ptm) const |
| |
| int | GetHour () const noexcept |
| |
| struct tm * | GetLocalTm (struct tm *ptm) const |
| |
| int | GetMinute () const noexcept |
| |
| int | GetMonth () const noexcept |
| |
| int | GetSecond () const noexcept |
| |
| __time64_t | GetTime () const noexcept |
| |
| int | GetYear () |
| |
| CTime | operator+ (CTimeSpan timeSpan) const noexcept |
| |
| CTime | operator- (CTimeSpan timeSpan) const noexcept |
| |
| CTimeSpan | operator- (CTime time) const noexcept |
| |
| CTime & | operator+= (CTimeSpan span) noexcept |
| |
| CTime & | operator-= (CTimeSpan span) noexcept |
| |
| CTime & | operator= (__time64_t time) noexcept |
| |
| bool | operator== (CTime time) const noexcept |
| |
| bool | operator!= (CTime time) const noexcept |
| |
| bool | operator< (CTime time) const noexcept |
| |
| bool | operator> (CTime time) const noexcept |
| |
| bool | operator<= (CTime time) const noexcept |
| |
| bool | operator>= (CTime time) const noexcept |
| |
Definition at line 129 of file atltime.h.