Searched refs:Month (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h383 enum Month enum in class:wxDateTime
456 Month mon;
517 static Month GetCurrentMonth(Calendar cal = Gregorian);
531 static wxDateTime_t GetNumberOfDays(Month month,
537 static wxString GetMonthName(Month month,
602 Month month,
645 Month month,
667 wxDateTime& SetMonth(Month month);
715 Month month = Inv_Month,
719 Month mont
1388 static wxDateSpan Month() { return Months(1); } function in class:wxDateSpan
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Ddatectrl.cpp130 (wxDateTime::Month)(month-1),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp357 wxDateTime::wxDateTime_t GetNumOfDaysInMonth(int year, wxDateTime::Month month)
405 wxDateTime::Month mon,
500 wxDateTime::Month *month)
517 *month = (wxDateTime::Month)tmNow->tm_mon;
537 static wxDateTime::Month GetMonthFromName(const wxString& name, int flags)
539 wxDateTime::Month mon;
656 mon = (wxDateTime::Month)tm.tm_mon;
695 mon = (wxDateTime::Month)(mon + monDiff);
846 wxDateTime::Month wxDateTime::GetCurrentMonth(wxDateTime::Calendar cal)
889 wxDateTime::wxDateTime_t wxDateTime::GetNumberOfDays(wxDateTime::Month mont
[all...]
H A Dvariant.cpp1175 { m_value = wxDateTime(valptr->day, (wxDateTime::Month) (valptr->month - 1),valptr->year); }
1177 { m_value = wxDateTime(valptr->day, (wxDateTime::Month) (valptr->month - 1), valptr->year,
H A Dfilename.cpp231 dt->Set(st.wDay, wxDateTime::Month(st.wMonth - 1), st.wYear,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcalctrl.cpp290 wxDateTime::Month m;
989 wxDateTime fdnm = wxDateTime(1,m_date.GetMonth(), m_date.GetYear()) + wxDateSpan::Month(); // first day next month
1505 if ( IsDateInRange(m_date - wxDateSpan::Month()) )
1507 *date = m_date - wxDateSpan::Month();
1522 if ( IsDateInRange(m_date + wxDateSpan::Month()) )
1524 *date = m_date + wxDateSpan::Month();
1598 wxDateTime::Month mon = (wxDateTime::Month)event.GetInt();
1688 target = m_date - wxDateSpan::Month();
1694 target = m_date + wxDateSpan::Month();
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/widgets/
H A Ddatepick.cpp153 sizerLeft->Add( CreateSizerWithTextAndLabel( wxT("&Month:"), DatePickerPage_Month , &m_month ),
233 const wxDateTime someDay(day, wxDateTime::Month(month - 1), year);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatespan.tex156 % wxDateSpan::Month
157 \membersection{wxDateSpan::Month}\label{wxdatespanmonth}
159 \func{static wxDateSpan}{Month}{\void}
176 \helpref{Month}{wxdatespanmonth}
H A Ddatetime.tex94 Month names: Jan, Feb, Mar, Apr, May, Jun, Jul, Aug, Sep, Oct, Nov, Dec and
95 Inv\_Month for an invalid.month value are the values of {\tt wxDateTime::Month}
494 \func{static Month}{GetCurrentMonth}{\param{Calendar }{cal = Gregorian}}
521 \func{static wxString}{GetMonthName}{\param{Month }{month}, \param{NameFlags }{flags = Name\_Full}}
535 \func{static wxDateTime\_t}{GetNumberOfDays}{\param{Month }{month}, \param{int }{year = Inv\_Year}, \param{Calendar }{cal = Gregorian}}
719 \func{wxDateTime\&}{wxDateTime}{\param{wxDateTime\_t }{day}, \param{Month }{month = Inv\_Month}, \param{int}{ Inv\_Year},
781 \func{wxDateTime\&}{Set}{\param{wxDateTime\_t }{day}, \param{Month }{month = Inv\_Month}, \param{int }{year = Inv\_Year}, \param{wxDateTime\_t }{hour = 0}, \param{wxDateTime\_t }{minute = 0}, \param{wxDateTime\_t }{second = 0}, \param{wxDateTime\_t }{millisec = 0}}
802 \func{wxDateTime\&}{SetMonth}{\param{Month }{month}}
910 \constfunc{Month}{GetMonth}{\param{const TimeZone\& }{tz = Local}}
1357 \func{bool}{SetToWeekDay}{\param{WeekDay }{weekday}, \param{int }{n = 1}, \param{Month }{mont
[all...]
H A Dtdate.tex112 just {\tt wxDateTime::Now() + wxDateSpan::Month()}).
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddatectrl.cpp65 wx_static_cast(wxDateTime::Month, wxDateTime::Jan + st.wMonth - 1),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/datetime/
H A Ddatetimetest.cpp91 wxDateTime::Month month;
310 wxDateTime::Month month; // the month
850 wxDateSpan::Month(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Dautomtn.cpp717 (wxDateTime::Month)(wxDateTime::Jan + st.wMonth - 1),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dnetmisc.c983 month = sd->Month;
H A Dcifspdu.h2180 __u16 Month:4; member in struct:__anon16574
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp3473 wxDateTime::Month month = wxDateTime::GetCurrentMonth();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djfreechart-1.0.13.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/jfree/chart/ org/jfree/chart/annotations/ ...
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex3250 % This produces Day Month Year style of output.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex3027 % This produces Day Month Year style of output.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/doc/
H A Dtexinfo.tex3057 % This produces Day Month Year style of output.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/build-aux/
H A Dtexinfo.tex3057 % This produces Day Month Year style of output.

Completed in 406 milliseconds