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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h934 inline bool IsLaterThan(const wxDateTime& datetime) const;
1768 inline bool wxDateTime::IsLaterThan(const wxDateTime& datetime) const function in class:wxDateTime
1779 return IsLaterThan(t1) && IsEarlierThan(t2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatetime.tex290 \helpref{IsLaterThan}{wxdatetimeislaterthan}\\
1045 \membersection{wxDateTime::IsLaterThan}\label{wxdatetimeislaterthan}
1047 \constfunc{bool}{IsLaterThan}{\param{const wxDateTime\& }{datetime}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfiledlgg.cpp169 return fd1->GetDateTime().IsLaterThan(fd2->GetDateTime()) ? sortOrder : -sortOrder;

Completed in 38 milliseconds