| 178 | } |
| 179 | |
| 180 | LPVOID CDateTimeUI::GetInterface(LPCTSTR pstrName) |
| 181 | { |
| 182 | if( _tcscmp(pstrName, DUI_CTR_DATETIME) == 0 ) return static_cast<CDateTimeUI*>(this); |
| 183 | return CLabelUI::GetInterface(pstrName); |
| 184 | } |
| 185 | |
| 186 | SYSTEMTIME& CDateTimeUI::GetTime() |
| 187 | { |
nothing calls this directly
no outgoing calls
no test coverage detected