MCPcopy Create free account
hub / github.com/cinience/RedisStudio / CDateTimeUI

Method CDateTimeUI

DuiLib/Control/UIDateTime.cpp:165–173  ·  view source on GitHub ↗

/////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected