Searched refs:wxInvalidDateTime (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatectlg.cpp479 return wxInvalidDateTime;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h127 // wxInvalidDateTime)
134 #define wxInvalidDateTime wxDefaultDateTime macro
851 inline bool IsValid() const { return m_time != wxInvalidDateTime.m_time; }
1728 return dt.SetToWeekDay(weekday, n, month, year) ? dt : wxInvalidDateTime;
1737 return dt.SetToLastWeekDay(weekday, month, year) ? dt : wxInvalidDateTime;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp252 wxCHECK2_MSG(expr, *this = wxInvalidDateTime; return *this, msg)
1177 return wxInvalidDateTime;
1289 return wxInvalidDateTime;
1395 *this = wxInvalidDateTime;
H A Dvariant.cpp1248 m_value = wxInvalidDateTime;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatetime.tex23 Global constant {\tt wxDefaultDateTime} and synonym for it {\tt wxInvalidDateTime} are defined. This constant will be different from any valid

Completed in 158 milliseconds