X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6d06e061dc11140151be2914c30c759ee15e3fe7..3bfa7be9771e14a164116fa2081171bcab17814f:/docs/latex/wx/timespan.tex diff --git a/docs/latex/wx/timespan.tex b/docs/latex/wx/timespan.tex index dc8b84ee0e..877305a44d 100644 --- a/docs/latex/wx/timespan.tex +++ b/docs/latex/wx/timespan.tex @@ -6,7 +6,7 @@ %% Created: 04.04.00 %% RCS-ID: $Id$ %% Copyright: (c) Vadim Zeitlin -%% License: wxWidgets license +%% License: wxWindows license %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{\class{wxTimeSpan}}\label{wxtimespan} @@ -57,7 +57,7 @@ No base class \membersection{Operations}\label{timespanoperations} \helpref{Add}{wxtimespanadd}\\ -\helpref{Substract}{wxtimespansubstract}\\ +\helpref{Subtract}{wxtimespansubtract}\\ \helpref{Multiply}{wxtimespanmultiply}\\ \helpref{Negate}{wxtimespannegate}\\ \helpref{Neg}{wxtimespanneg}\\ @@ -115,7 +115,7 @@ Returns the timespan for one day. \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 \%: @@ -264,7 +264,7 @@ Multiplies timespan by a scalar. \constfunc{wxTimeSpan}{Negate}{\void} -Returns timespan with inversed sign. +Returns timespan with inverted sign. \membersection{wxTimeSpan::Neg}\label{wxtimespanneg} @@ -286,11 +286,11 @@ Returns the timespan for the given number of seconds. 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}}