/////////////////////////////////////////////////////////////////////
| 163 | ////////////////////////////////////////////////////////////////////////// |
| 164 | // |
| 165 | CDateTimeUI::CDateTimeUI() |
| 166 | { |
| 167 | ::GetLocalTime(&m_sysTime); |
| 168 | m_bReadOnly = false; |
| 169 | m_pWindow = NULL; |
| 170 | m_nDTUpdateFlag=DT_UPDATE; |
| 171 | UpdateText(); // add by:daviyang35 ��ʼ������ʱ��ʾʱ�� |
| 172 | m_nDTUpdateFlag = DT_NONE; |
| 173 | } |
| 174 | |
| 175 | LPCTSTR CDateTimeUI::GetClass() const |
| 176 | { |
nothing calls this directly
no outgoing calls
no test coverage detected