%% Created: 04.04.00
%% RCS-ID: $Id$
%% Copyright: (c) Vadim Zeitlin
-%% License: wxWidgets license
+%% License: wxWindows license
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{\class{wxTimeSpan}}\label{wxtimespan}
\membersection{Operations}\label{timespanoperations}
\helpref{Add}{wxtimespanadd}\\
-\helpref{Substract}{wxtimespansubstract}\\
+\helpref{Subtract}{wxtimespansubtract}\\
\helpref{Multiply}{wxtimespanmultiply}\\
\helpref{Negate}{wxtimespannegate}\\
\helpref{Neg}{wxtimespanneg}\\
\membersection{wxTimeSpan::Format}\label{wxtimespanformat}
-\func{wxString}{Format}{\param{const wxChar * }{format = "\%H:\%M:\%S"}}
+\func{wxString}{Format}{\param{const wxChar * }{format = wxDefaultTimeSpanFormat}}
Returns the string containing the formatted representation of the time span.
The following format specifiers are allowed after \%:
\constfunc{wxTimeSpan}{Negate}{\void}
-Returns timespan with inversed sign.
+Returns timespan with inverted sign.
\membersection{wxTimeSpan::Neg}\label{wxtimespanneg}
Returns the timespan for one second.
-\membersection{wxTimeSpan::Substract}\label{wxtimespansubstract}
+\membersection{wxTimeSpan::Subtract}\label{wxtimespansubtract}
-\constfunc{wxTimeSpan}{Substract}{\param{const wxTimeSpan\&}{diff}}
+\constfunc{wxTimeSpan}{Subtract}{\param{const wxTimeSpan\&}{diff}}
-\func{wxTimeSpan\&}{Substract}{\param{const wxTimeSpan\& }{diff}}
+\func{wxTimeSpan\&}{Subtract}{\param{const wxTimeSpan\& }{diff}}
\func{wxTimeSpan\&}{operator$-=$}{\param{const wxTimeSpan\&}{diff}}