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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h523 static int GetCentury(int year);
864 // get the century, same as GetCentury(GetYear())
865 int GetCentury(const TimeZone& tz = Local) const function in class:wxDateTime
866 { return GetCentury(GetYear(tz)); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/datetime/
H A Ddatetimetest.cpp658 if ( dt2.GetCentury() != dt.GetCentury() )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatetime.tex209 \helpref{GetCentury}{wxdatetimegetcenturystatic}\\
265 \helpref{GetCentury}{wxdatetimegetcentury}\\
499 \membersection{wxDateTime::GetCentury}\label{wxdatetimegetcenturystatic}
501 \func{static int}{GetCentury}{\param{int }{year}}
894 \membersection{wxDateTime::GetCentury}\label{wxdatetimegetcentury}
896 \constfunc{int}{GetCentury}{\param{const TimeZone\& }{tz = Local}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp813 int wxDateTime::GetCentury(int year) function in class:wxDateTime

Completed in 52 milliseconds