Searched refs:wxDateTime (Results 51 - 75 of 96) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmain.cpp190 wxDateTime::Now().Format(_T("%Y%m%dT%H%M%S")).c_str(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfsfile.tex36 \func{}{wxFSFile}{\param{wxInputStream }{*stream}, \param{const wxString\& }{loc}, \param{const wxString\& }{mimetype}, \param{const wxString\& }{anchor}, \param{wxDateTime }{modif}}
126 \constfunc{wxDateTime}{GetModificationTime}{\void}
H A Dzipstrm.tex205 \func{}{wxZipEntry}{\param{const wxString\& }{name = wxEmptyString}, \param{const wxDateTime\& }{dt = wxDateTime::Now()}, \param{off\_t }{size = wxInvalidOffset}}
694 \func{bool}{PutNextDirEntry}{\param{const wxString\& }{name}, \param{const wxDateTime\& }{dt = wxDateTime::Now()}}
712 \func{bool}{PutNextEntry}{\param{const wxString\& }{name}, \param{const wxDateTime\& }{dt = wxDateTime::Now()}, \param{off\_t }{size = wxInvalidOffset}}
H A Ddatespan.tex31 be added together and with \helpref{wxDateTime}{wxdatetime} or
60 \helpref{wxDateTime}{wxdatetime}
H A Darchive.tex273 \constfunc{wxDateTime}{GetDateTime}{\void}
275 \func{void}{SetDateTime}{\param{const wxDateTime\& }{dt}}
760 \func{bool}{PutNextDirEntry}{\param{const wxString\& }{name}, \param{const wxDateTime\& }{dt = wxDateTime::Now()}}
779 \func{bool}{PutNextEntry}{\param{const wxString\& }{name}, \param{const wxDateTime\& }{dt = wxDateTime::Now()}, \param{off\_t }{size = wxInvalidOffset}}
H A Dfilename.tex485 \constfunc{wxDateTime}{GetModificationTime}{\void}
611 \constfunc{bool}{GetTimes}{\param{wxDateTime* }{dtAccess}, \param{wxDateTime* }{dtMod}, \param{wxDateTime* }{dtCreate}}
987 \func{bool}{SetTimes}{\param{const wxDateTime* }{dtAccess}, \param{const wxDateTime* }{dtMod}, \param{const wxDateTime* }{dtCreate}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfilename.cpp213 // convert between wxDateTime and FILETIME which is a 64-bit value representing
216 static void ConvertFileTimeToWx(wxDateTime *dt, const FILETIME &ft)
231 dt->Set(st.wDay, wxDateTime::Month(st.wMonth - 1), st.wYear,
235 static void ConvertWxToFileTime(FILETIME *ft, const wxDateTime& dt)
2166 bool wxFileName::SetTimes(const wxDateTime *dtAccess,
2167 const wxDateTime *dtMod,
2168 const wxDateTime *dtCreate)
2253 wxDateTime dtNow = wxDateTime::Now();
2268 bool wxFileName::GetTimes(wxDateTime *dtAcces
[all...]
H A Dcmdline.cpp114 const wxDateTime& GetDateVal() const
123 void SetDateVal(const wxDateTime& val)
144 wxDateTime m_dateVal;
494 bool wxCmdLineParser::Found(const wxString& name, wxDateTime *value) const
798 wxDateTime dt;
H A Ddbgrid.cpp523 return new wxDateTime(val.GetDateTime());
550 //wxDateTime *date = wxDynamicCast(value, wxDateTime);
551 wxDateTime *date = (wxDateTime *)value;
H A Dtarstrm.cpp464 const wxDateTime& dt /*=wxDateTime::Now()*/,
877 wxDateTime wxTarInputStream::GetHeaderDate(const wxString& key) const
891 return wxDateTime();
1135 const wxDateTime& dt,
1142 const wxDateTime& dt)
1414 const wxDateTime& datetime)
H A Ddatavcmn.cpp280 wxDateTime dt1 = value1.GetDateTime();
281 wxDateTime dt2 = value2.GetDateTime();
H A Dsocket.cpp710 wxDateTime current_time = wxDateTime::UNow();
755 current_time = wxDateTime::UNow();
H A Dzipstrm.cpp692 const wxDateTime& dt /*=wxDateTime::Now()*/,
976 SetDateTime(wxDateTime().SetFromDOS(ds.Read32()));
1047 SetDateTime(wxDateTime().SetFromDOS(ds.Read32()));
2007 const wxDateTime& dt /*=wxDateTime::Now()*/,
2015 const wxDateTime& dt /*=wxDateTime::Now()*/)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/xrc/
H A Dxmlres.h75 Time = wxDateTime::Now();
83 wxDateTime Time;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DLogger.cpp227 wxString stamp = wxDateTime::Now().FormatISODate() + wxT(" ") + wxDateTime::Now().FormatISOTime()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/wxCas/src/
H A Dwxcasframe.cpp74 wxDateTime absoluteMaxDlDate( ( time_t ) ( prefs->Read ( WxCasCte::ABSOLUTE_MAX_DL_DATE_KEY,
75 ( long ) ( wxDateTime::Now().GetTicks() ) ) ) ); // Stored in Ticks
1134 wxDateTime now = wxDateTime::Now();
1136 + now.Format( wxDefaultDateTimeFormat , wxDateTime::Local );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/
H A DwxBase.spec36 lists, arrays), powerful wxDateTime class for date manipulations, portable
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Ddataview.h204 wxDateTime m_date;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Ddataview.h178 wxDateTime m_date;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dsetup_microwin.h227 // This class is required by wxDateTime and so you should enable it if you want
228 // to use wxDateTime. For most modern platforms, it will use the native 64 bit
256 // Set wxUSE_DATETIME to 1 to compile the wxDateTime and related classes which
257 // allow to manipulate dates, times and time intervals. wxDateTime replaces the
259 // compatibility (and implemented in terms of wxDateTime).
1161 #error wxDateTime requires wxLongLong
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.cpp68 TestEntry::TestEntry(const wxDateTime& dt, int len, const char *data)
449 m_timeStamp(1, wxDateTime::Mar, 2004, 12, 0),
659 wxDateTime dt = entry.GetDateTime();
662 entry.SetDateTime(wxDateTime());
805 wxDateTime dt = testEntry.GetDateTime();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextprint.cpp395 wxDateTime now = wxDateTime::Now();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmprint.cpp454 const wxDateTime now = wxDateTime::Now();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DPrint.cpp91 wxDateTime dt((time_t)y);
92 return x << (time_t)y << " (" << dt.Format(wxDefaultDateTimeFormat, wxDateTime::UTC) << " UTC)";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Ddatavgen.cpp505 wxDataViewDateRendererPopupTransient( wxWindow* parent, wxDateTime *value,
541 wxDateTime date = event.GetDate();
587 wxDateTime value = variant.GetDateTime();

Completed in 225 milliseconds

1234