Searched refs:GetLowerDateLimit (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcalctrl.cpp671 if ( target->GetYear() >= GetLowerDateLimit().GetYear() )
673 *target = GetLowerDateLimit();
712 *target = GetLowerDateLimit();
1188 wxDateTime firstOOR = GetLowerDateLimit() - wxDateSpan::Day(); // first out-of-range
1511 *date = GetLowerDateLimit();
1723 target = GetLowerDateLimit();
H A Ddatectlg.cpp493 *dt1 = m_popup->GetLowerDateLimit();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dcalctrl.h63 const wxDateTime& GetLowerDateLimit() const { return m_lowdate; } function in class:wxCalendarCtrl

Completed in 39 milliseconds