Searched refs:m_dt (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddatectrl.cpp70 m_dt = dt;
95 m_dt = dt;
97 SetLabel(m_dt.FormatDate());
102 return m_dt;
122 int16_t month = (int16_t)m_dt.GetMonth() + 1;
123 int16_t day = m_dt.GetDay();
124 int16_t year = m_dt.GetYear();
128 wxDateTime dt(m_dt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Ddatectrl.h64 wxDateTime m_dt; member in class:wxDatePickerCtrl
66 void Init() { m_dt = wxDateTime::Today(); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.h125 wxDateTime GetDateTime() const { return m_dt; }
133 void SetDateTime(const wxDateTime& dt) { m_dt = dt; }
136 wxDateTime m_dt; member in class:TestEntry
H A Darchivetest.cpp69 : m_dt(dt),

Completed in 45 milliseconds