]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/datespan.tex
don't always erase the background ourselves as this is incompatible with XP themed...
[wxWidgets.git] / docs / latex / wx / datespan.tex
index ef59165864a8bfc8f0926b0147846a33804421fe..20ddda39192b450649bab1a234fefb580111b3d9 100644 (file)
@@ -6,7 +6,7 @@
 %% Created:     04.04.00
 %% RCS-ID:      $Id$
 %% Copyright:   (c) Vadim Zeitlin
 %% Created:     04.04.00
 %% RCS-ID:      $Id$
 %% Copyright:   (c) Vadim Zeitlin
-%% License:     wxWindows license
+%% License:     wxWidgets license
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{\class{wxDateSpan}}\label{wxdatespan}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 \section{\class{wxDateSpan}}\label{wxdatespan}
@@ -37,7 +37,7 @@ days added will be $7*\hbox{weeks} + \hbox{days}$! See also GetTotalDays()
 function.
 
 Equality operators are defined for wxDateSpans. Two datespans are equal if
 function.
 
 Equality operators are defined for wxDateSpans. Two datespans are equal if
-and only if they both give the same target date when added to {\bf every}
+and only if they both give the same target date when added to {\bf every}\rtfsp
 source date. Thus wxDateSpan::Months(1) is not equal to wxDateSpan::Days(30),
 because they don't give the same date when added to 1 Feb. But
 wxDateSpan::Days(14) is equal to wxDateSpan::Weeks(2)
 source date. Thus wxDateSpan::Months(1) is not equal to wxDateSpan::Days(30),
 because they don't give the same date when added to 1 Feb. But
 wxDateSpan::Days(14) is equal to wxDateSpan::Weeks(2)
@@ -321,3 +321,4 @@ Returns {\tt true} if this date span is different from the other one.
 \wxheading{See also}
 
 \helpref{operator==}{wxdatespanoperatorequal}
 \wxheading{See also}
 
 \helpref{operator==}{wxdatespanoperatorequal}
+