Searched refs:wxDateTime (Results 26 - 50 of 96) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dvariant.h196 // wxDateTime
198 wxVariant(const wxDateTime& val, const wxString& name = wxEmptyString);
204 bool operator== (const wxDateTime& value) const;
205 bool operator!= (const wxDateTime& value) const;
206 void operator= (const wxDateTime& value) ;
212 inline operator wxDateTime () const { return GetDateTime(); }
213 wxDateTime GetDateTime() const;
308 bool Convert(wxDateTime* value) const;
H A Dfilesys.h47 , wxDateTime modif
89 wxDateTime GetModificationTime() const { return m_Modif; }
98 wxDateTime m_Modif;
H A Darchive.h43 virtual wxDateTime GetDateTime() const = 0;
52 virtual void SetDateTime(const wxDateTime& dt) = 0;
138 const wxDateTime& dt = wxDateTime::Now(),
142 const wxDateTime& dt = wxDateTime::Now()) = 0;
H A Dcmdline.h23 class WXDLLIMPEXP_FWD_BASE wxDateTime; variable in typeref:class:WXDLLIMPEXP_FWD_BASE
199 bool Found(const wxString& name, wxDateTime *value) const;
H A Dfilename.h226 bool SetTimes(const wxDateTime *dtAccess,
227 const wxDateTime *dtMod,
228 const wxDateTime *dtCreate);
235 bool GetTimes(wxDateTime *dtAccess,
236 wxDateTime *dtMod,
237 wxDateTime *dtCreate) const;
240 wxDateTime GetModificationTime() const
242 wxDateTime dtMod;
H A Dzipstrm.h138 const wxDateTime& dt = wxDateTime::Now(),
146 wxDateTime GetDateTime() const { return m_DateTime; }
172 void SetDateTime(const wxDateTime& dt) { m_DateTime = dt; }
243 wxDateTime m_DateTime;
288 const wxDateTime& dt = wxDateTime::Now(),
292 const wxDateTime& dt = wxDateTime::Now());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.h122 TestEntry(const wxDateTime& dt, int len, const char *data);
125 wxDateTime GetDateTime() const { return m_dt; }
133 void SetDateTime(const wxDateTime& dt) { m_dt = dt; }
136 wxDateTime m_dt;
216 wxDateTime m_timeStamp; // timestamp to give test entries
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatectrl.tex74 \param{const wxDateTime\& }{dt = wxDefaultDateTime},\rtfsp
89 \param{const wxDateTime\& }{dt = wxDefaultDateTime},\rtfsp
125 \constfunc{bool}{GetRange}{\param{wxDateTime *}{dt1}, \param{wxDateTime }{*dt2}}
148 \constfunc{wxDateTime}{GetValue}{\void}
160 Sets the display format for the date in the control. See wxDateTime for the
171 \func{void}{SetRange}{\param{const wxDateTime\&}{ dt1}, \param{const wxDateTime\&}{ dt2}}
185 \func{void}{SetValue}{\param{const wxDateTime\&}{ dt}}
H A Dvariant.tex140 \func{}{wxVariant}{\param{wxDateTime\&}{ val}, \param{const wxString\& }{name = ``"}}
142 Construction from a \helpref{wxDateTime}{wxdatetime}.
150 Construction from a odbc date value. Represented internally by a \helpref{wxDateTime}{wxdatetime} value.
154 Construction from a odbc time value. Represented internally by a \helpref{wxDateTime}{wxdatetime} value.
158 Construction from a odbc timestamp value. Represented internally by a \helpref{wxDateTime}{wxdatetime} value.
203 \constfunc{bool}{Convert}{\param{wxDateTime*}{ value}}
249 \constfunc{wxDateTime}{GetDateTime}{\void}
376 \func{void}{operator $=$}{\param{const wxDateTime\& }{value}}
412 \constfunc{bool}{operator $==$}{\param{const wxDateTime\& }{value}}
440 \constfunc{bool}{operator $!=$}{\param{const wxDateTime\
[all...]
H A Dtarstrm.tex83 \func{}{wxTarEntry}{\param{const wxString\& }{name = wxEmptyString}, \param{const wxDateTime\& }{dt = wxDateTime::Now()}, \param{wxFileOffset }{size = wxInvalidOffset}}
96 \constfunc{wxDateTime}{GetAccessTime}{\void}
98 \func{void}{SetAccessTime}{\param{const wxDateTime\& }{dt}}
106 \constfunc{wxDateTime}{GetCreateTime}{\void}
108 \func{void}{SetCreateTime}{\param{const wxDateTime\& }{dt}}
492 \func{bool}{PutNextDirEntry}{\param{const wxString\& }{name}, \param{const wxDateTime\& }{dt = wxDateTime::Now()}}
510 \func{bool}{PutNextEntry}{\param{const wxString\& }{name}, \param{const wxDateTime\& }{dt = wxDateTime
[all...]
H A Dcalctrl.tex32 if it is not recognized as one by \helpref{wxDateTime}{tdateholidays} using
116 \func{}{wxCalendarCtrl}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxDateTime\& }{date = wxDefaultDateTime}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{long }{style = wxCAL\_SHOW\_HOLIDAYS}, \param{const wxString\& }{name = wxCalendarNameStr}}
123 \func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxDateTime\& }{date = wxDefaultDateTime}, \param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize}, \param{long }{style = wxCAL\_SHOW\_HOLIDAYS}, \param{const wxString\& }{name = wxCalendarNameStr}}
138 \func{void}{SetDate}{\param{const wxDateTime\& }{date}}
145 \constfunc{const wxDateTime\&}{GetDate}{\void}
301 \func{wxCalendarHitTestResult}{HitTest}{\param{const wxPoint\& }{pos}, \param{wxDateTime* }{date = NULL}, \param{wxDateTime::WeekDay* }{wd = NULL}}
498 \constfunc{wxDateTime::WeekDay}{GetWeekDay}{\void}
507 \func{void}{SetWeekDay}{\param{wxDateTime::WeekDay}{ day}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dgridctrl.h56 wxDateTime m_dateDef;
57 wxDateTime::TimeZone m_tz;
H A Dfiledlgg.h192 wxDateTime GetDateTime() const { return m_dateTime; }
237 wxDateTime m_dateTime;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp153 wxDateTime dt;
928 wxDateTime dtAccess, dtMod, dtCreate;
3458 // this test miscellaneous static wxDateTime functions
3464 wxPuts(_T("\n*** wxDateTime static methods test ***"));
3467 int year = wxDateTime::GetCurrentYear();
3470 wxDateTime::IsLeapYear(year) ? "" : "not ",
3471 wxDateTime::GetNumberOfDays(year));
3473 wxDateTime::Month month = wxDateTime::GetCurrentMonth();
3475 wxDateTime
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dvariant.cpp1170 wxVariantDataDateTime(const wxDateTime& value) { m_value = value; }
1173 { m_value = wxDateTime(valptr->hour, valptr->minute, valptr->second); }
1175 { 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,
1178 valptr->hour, valptr->minute, valptr->second, (wxDateTime::wxDateTime_t)valptr->fraction ); }
1181 inline wxDateTime GetValue() const { return m_value; }
1182 inline void SetValue(const wxDateTime& value) { m_value = value; }
1197 wxDateTime m_valu
[all...]
H A Dfs_mem.cpp63 wxDateTime m_Time;
72 m_Time = wxDateTime::Now();
H A Dfs_inet.cpp127 , wxDateTime::Now()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/ipc/
H A Dserver.cpp284 wxString s = wxDateTime::Now().Format();
286 s = wxDateTime::Now().FormatTime() + _T(" ") + wxDateTime::Now().FormatDate();
333 m_sRequestDate = wxDateTime::Now().Format();
339 m_sRequestDate = wxDateTime::Now().FormatTime() + _T(" ") + wxDateTime::Now().FormatDate();
H A Dclient.cpp352 wxString s = wxDateTime::Now().Format();
354 s = wxDateTime::Now().FormatTime() + _T(" ") + wxDateTime::Now().FormatDate();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dgridctrl.cpp42 m_tz = wxDateTime::Local;
62 wxDateTime val;
69 val = *((wxDateTime *)tempval);
71 delete (wxDateTime *)tempval;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DChatSelector.cpp82 AppendText( wxT(" [") + wxDateTime::Now().FormatISOTime() + wxT("] ") );
133 % wxDateTime::Now().FormatISODate()
134 % wxDateTime::Now().FormatISOTime());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Dautomtn.cpp606 wxDateTime date( variant.GetDateTime() );
613 const wxDateTime::Tm tm(date.GetTm());
617 st.wMonth = (WXWORD)(tm.mon - wxDateTime::Jan + 1);
715 wxDateTime date;
717 (wxDateTime::Month)(wxDateTime::Jan + st.wMonth - 1),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/virtual/
H A Dvirtual.cpp70 f = new wxFSFile(str, location, wxT("text/html"), wxEmptyString, wxDateTime::Today());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/debugrpt/
H A Ddebugrpt.cpp362 wxDateTime dt = wxDateTime::Now();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dataview/
H A Ddataview.cpp37 WX_DECLARE_LIST(wxDateTime,wxArrayDate);
57 wxDateTime *date = new wxDateTime( wxDateTime::Now() );
86 variant = (wxDateTime) *m_dates[row];

Completed in 205 milliseconds

1234