Searched refs:GetYear (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcalctrl.cpp315 -4300, 10000, GetDate().GetYear());
476 sameYear = m_date.GetYear() == date.GetYear();
669 if ( target->GetYear() < m_date.GetYear() )
671 if ( target->GetYear() >= GetLowerDateLimit().GetYear() )
683 if ( target->GetYear() <= GetUpperDateLimit().GetYear() )
978 wxDateTime ldpm = wxDateTime(1,m_date.GetMonth(), m_date.GetYear())
[all...]
H A Ddatectlg.cpp284 else if (n == dt.GetYear())
289 else if (n == (dt.GetYear() % 100))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddatectrl.cpp124 int16_t year = m_dt.GetYear();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/datetime/
H A Ddatetimetest.cpp660 CPPUNIT_ASSERT_EQUAL(dt.GetYear() % 100,
661 dt2.GetYear() % 100);
663 dt2.SetYear(dt.GetYear());
878 CPPUNIT_ASSERT_EQUAL(2004, (int)dt.GetYear());
891 CPPUNIT_ASSERT_EQUAL(2004, (int)dt.GetYear());
910 CPPUNIT_ASSERT_EQUAL(2004, (int)dt.GetYear());
927 CPPUNIT_ASSERT_EQUAL(2004, (int)dt.GetYear());
935 CPPUNIT_ASSERT_EQUAL(2004, (int)dt2.GetYear());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Ddatepick.cpp190 m_year->SetValue(wxString::Format(_T("%d"), today.GetYear()));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp831 return Now().GetYear();
1916 int year = GetYear();
1918 if ( GetYear() != year )
1931 return ::SetToTheWeek(GetYear(), numWeek, weekday, flags);
1940 year = GetYear();
2126 int wdYearStart = wxDateTime(1, Jan, GetYear()).GetWeekDay();
2168 week = wxDateTime(31, Dec, GetYear()-1).GetWeekOfYear();
2201 int year = GetYear();
2259 int year = GetYear();
2464 int yearReal = GetYear(t
[all...]
H A Ddbtable.cpp2862 dataptr->year = (SWORD)dateval.GetYear();
2881 dataptr->year = (SWORD)dateval.GetYear();
H A Dfilename.cpp240 st.wYear = (WORD)dt.GetYear();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DHTTPDownload.cpp184 return CFormat(wxT("%s, %02d %s %d %02d:%02d:%02d GMT")) % s_dow[date.GetWeekDay(wxDateTime::UTC)] % date.GetDay(wxDateTime::UTC) % s_months[date.GetMonth(wxDateTime::UTC)] % date.GetYear(wxDateTime::UTC) % date.GetHour(wxDateTime::UTC) % date.GetMinute(wxDateTime::UTC) % date.GetSecond(wxDateTime::UTC);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h510 // convert the year as returned by wxDateTime::GetYear() to a year
864 // get the century, same as GetCentury(GetYear())
866 { return GetCentury(GetYear(tz)); }
868 int GetYear(const TimeZone& tz = Local) const function in class:wxDateTime
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatetime.tex266 \helpref{GetYear}{wxdatetimegetyear}\\
446 int y = dt.GetYear();
901 \membersection{wxDateTime::GetYear}\label{wxdatetimegetyear}
903 \constfunc{int}{GetYear}{\param{const TimeZone\& }{tz = Local}}

Completed in 216 milliseconds