Searched refs:wxTimeSpan (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dtimespan.tex12 \section{\class{wxTimeSpan}}\label{wxtimespan}
14 wxTimeSpan class represents a time interval.
50 \helpref{wxTimeSpan}{wxtimespanctor}
96 \membersection{wxTimeSpan::Abs}\label{wxtimespanabs}
98 \constfunc{wxTimeSpan}{Abs}{\void}
104 \membersection{wxTimeSpan::Add}\label{wxtimespanadd}
106 \constfunc{wxTimeSpan}{Add}{\param{const wxTimeSpan\& }{diff}}
108 \func{wxTimeSpan\&}{Add}{\param{const wxTimeSpan\
[all...]
H A Dtdate.tex14 Classes: \helpref{wxDateTime}{wxdatetime}, \helpref{wxDateSpan}{wxdatespan}, \helpref{wxTimeSpan}{wxtimespan}, \helpref{wxCalendarCtrl}{wxcalendarctrl}
40 \helpref{wxTimeSpan}{wxtimespan} and \helpref{wxDateSpan}{wxdatespan} - which
81 \subsection{Difference between wxDateSpan and wxTimeSpan}\label{dateandtimespansdifference}
88 \helpref{wxTimeSpan}{wxtimespan}: it is just a difference in milliseconds
94 that this is not the same as wxTimeSpan of $60*60*24*31$ seconds because `one
109 program, you should probably use wxTimeSpan instead of wxDateSpan (which is
124 \twocolitem{{\bf Addition}}{a wxTimeSpan or wxDateSpan can be added to wxDateTime
129 taken and this will yield wxTimeSpan.}
130 \twocolitem{{\bf Multiplication}}{a wxTimeSpan or wxDateSpan object can be
132 \twocolitem{{\bf Unary minus}}{a wxTimeSpan o
[all...]
H A Ddatetime.tex181 \helpref{wxTimeSpan}{wxtimespan},\rtfsp
301 objects. As explained in the overview, either wxTimeSpan or wxDateSpan may be
311 \helpref{Add(wxTimeSpan)}{wxdatetimeaddts}\\
313 \helpref{Subtract(wxTimeSpan)}{wxdatetimesubtractts}\\
316 \helpref{oparator$+=$(wxTimeSpan)}{wxdatetimeaddts}\\
318 \helpref{oparator$-=$(wxTimeSpan)}{wxdatetimesubtractts}\\
1091 \constfunc{bool}{IsEqualUpTo}{\param{const wxDateTime\& }{dt}, \param{const wxTimeSpan\& }{ts}}
1102 \constfunc{wxDateTime}{Add}{\param{const wxTimeSpan\& }{diff}}
1104 \func{wxDateTime\&}{Add}{\param{const wxTimeSpan\& }{diff}}
1106 \func{wxDateTime\&}{operator$+=$}{\param{const wxTimeSpan\
[all...]
H A Ddatespan.tex32 \helpref{wxTimeSpan}{wxtimespan}, but the type of result is different for each
46 class at all: \helpref{wxTimeSpan}{wxtimespan} will do the job because there
H A DwxPython.tex449 \item \helpref{wxTimeSpan}{wxtimespan}
H A Dcategory.tex354 \twocolitem{\helpref{wxTimeSpan}{wxtimespan}}{A time interval.}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddatetime.h4 // wxTimeSpan)
31 class WXDLLIMPEXP_FWD_BASE wxTimeSpan; variable in typeref:class:WXDLLIMPEXP_FWD_BASE
81 (wxTimeSpan)
90 wxDateTime + wxTimeSpan = wxDateTime
92 wxTimeSpan + wxTimeSpan = wxTimeSpan
97 wxDateTime - wxDateTime = wxTimeSpan
98 wxDateTime - wxTimeSpan = wxDateTime
100 wxTimeSpan
1137 class WXDLLIMPEXP_BASE wxTimeSpan class
1168 wxTimeSpan() { } function in class:wxTimeSpan
1318 wxTimeSpan(const wxLongLong& diff) { m_diff = diff; } function in class:wxTimeSpan
1924 inline wxTimeSpan::wxTimeSpan(long hours, function in class:wxTimeSpan
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp1191 dt += wxTimeSpan::Hours(1);
1257 dt += wxTimeSpan::Hours(2);
1303 dt += wxTimeSpan::Hours(1);
1350 dt += wxTimeSpan::Hours(2);
1501 Add(wxTimeSpan(hour, minute, second + GetTimeZone(), millisec));
2283 return Add(wxTimeSpan::Seconds(secDiff));
2298 return Subtract(wxTimeSpan::Seconds(secDiff));
4264 // wxTimeSpan
4267 wxTimeSpan WXDLLIMPEXP_BASE operator*(int n, const wxTimeSpan
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/datetime/
H A Ddatetimetest.cpp716 wxTimeSpan ts(td.h, td.min, td.sec, td.msec);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dcalctrl.cpp1390 wxTimeSpan span = date - ldcm;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/archive/
H A Darchivetest.cpp542 m_timeStamp += wxTimeSpan(0, 1, 30);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp3663 wxPuts(_T("\n*** wxTimeSpan tests ***"));
3676 wxTimeSpan ts1(1, 2, 3, 4),

Completed in 232 milliseconds