This is the complete list of members for STime, including all inherited members.
| Format(LPCTSTR pszFormat) const | STime | |
| GetAsSystemTime(SYSTEMTIME &timeDest) const | STime | |
| GetCurrentTime() | STime | static |
| GetCurrentTimeMs() | STime | static |
| GetDay() const | STime | |
| GetDayOfWeek() const | STime | |
| GetHour() const | STime | |
| GetLocalTm(struct tm *ptm) const | STime | |
| GetMinute() const | STime | |
| GetMonth() const | STime | |
| GetSecond() const | STime | |
| GetTime() const | STime | |
| GetYear() const | STime | |
| m_time (defined in STime) | STime | protected |
| operator!=(STime time) const | STime | |
| operator+(STimeSpan span) const | STime | |
| operator+=(STimeSpan span) | STime | |
| operator-(STime time) const | STime | |
| operator-(STimeSpan span) const | STime | |
| operator-=(STimeSpan span) | STime | |
| operator<(STime time) const | STime | |
| operator<=(STime time) const | STime | |
| operator=(__time64_t time) | STime | |
| operator==(STime time) const | STime | |
| operator>(STime time) const | STime | |
| operator>=(STime time) const | STime | |
| SetDate(int nYear, int nMonth, int nDay) | STime | |
| SetDateTime(int nYear, int nMonth, int nDay, int nHour, int nMin, int nSec, int nDST=-1) | STime | |
| STime(__time64_t tm=0) | STime | inline |
| STime(int nYear, int nMonth, int nDay, int nHour, int nMin, int nSec, int nDST=-1) | STime |