Searched refs:FormatISOTime (Results 1 - 8 of 8) sorted by relevance

/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("] ") );
134 % wxDateTime::Now().FormatISOTime());
H A DStatTree.cpp592 (CFormat(wxT("%i : %s %s")) % m_count % m_time.FormatISODate() % m_time.FormatISOTime());
603 result = CFormat(wxT("%i : %s %s")) % m_count % m_time.FormatISODate() % m_time.FormatISOTime();
H A DLogger.cpp227 wxString stamp = wxDateTime::Now().FormatISODate() + wxT(" ") + wxDateTime::Now().FormatISOTime()
H A DFileDetailDialog.cpp132 bufferS = last_seen.FormatISODate() + wxT(" ") + last_seen.FormatISOTime();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/debugrpt/
H A Ddebugrpt.cpp363 file.Write(dt.FormatISODate() + _T(' ') + dt.FormatISOTime());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddatetime.tex331 \helpref{FormatISOTime}{wxdatetimeformatisotime}) or by specifying any format
363 \helpref{FormatISOTime}{wxdatetimeformatisotime}
1290 \membersection{wxDateTime::FormatISOTime}\label{wxdatetimeformatisotime}
1292 \constfunc{wxString }{FormatISOTime}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/datetime/
H A Ddatetimetest.cpp31 ostr << dt.FormatISODate() << " " << dt.FormatISOTime();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h1086 wxString FormatISOTime() const { return Format(wxT("%H:%M:%S")); } function in class:wxDateTime

Completed in 194 milliseconds