Searched refs:FormatTime (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/ipc/
H A Dserver.cpp286 s = wxDateTime::Now().FormatTime() + _T(" ") + wxDateTime::Now().FormatDate();
339 m_sRequestDate = wxDateTime::Now().FormatTime() + _T(" ") + wxDateTime::Now().FormatDate();
H A Dclient.cpp354 s = wxDateTime::Now().FormatTime() + _T(" ") + wxDateTime::Now().FormatDate();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/statbar/
H A Dstatbar.cpp733 SetStatusText(wxDateTime::Now().FormatTime(), Field_Clock);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtdate.tex184 printf("The time is %s in local time zone", dt.FormatTime().c_str());
185 printf("The time is %s in GMT", dt.FormatTime(wxDateTime::GMT).c_str());
H A Ddatetime.tex328 \helpref{FormatTime}{wxdatetimeformattime}), using the international standard
361 \helpref{FormatTime}{wxdatetimeformattime}\\
1274 \membersection{wxDateTime::FormatTime}\label{wxdatetimeformattime}
1276 \constfunc{wxString }{FormatTime}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/richtext/
H A Drichtextprint.cpp398 str.Replace(wxT("@TIME@"), now.FormatTime());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmprint.cpp456 r.Replace(wxT("@TIME@"), now.FormatTime());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h1080 wxString FormatTime() const { return Format(wxT("%X")); } function in class:wxDateTime
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp4114 wxDateTime::Now().FormatTime().c_str(), m_i, (long)GetId());
4119 wxDateTime::Now().FormatTime().c_str(), m_i, (long)GetId());
4124 wxDateTime::Now().FormatTime().c_str(), m_i, (long)GetId());

Completed in 62 milliseconds