]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/datetime.h
deprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStripExtension, wxGetTempFileName...
[wxWidgets.git] / interface / wx / datetime.h
index c33ec22fb5549ee6c7207ead2bc7544805f9fdf0..8599707e8b670993927e897e62b1dc9eaeeea7dd 100644 (file)
@@ -1202,10 +1202,10 @@ public:
 
     /**
         Returns the @e "Modified Julian Day Number" (MJD) which is, by
-        definition, is equal to JDN - 2400000.5. The MJDs are simpler to work
-        with as the integral MJDs correspond to midnights of the dates in the
-        Gregorian calendar and not the noons like JDN. The MJD 0 represents
-        Nov 17, 1858.
+        definition, is equal to JDN - 2400000.5.
+        The MJDs are simpler to work with as the integral MJDs correspond to
+        midnights of the dates in the Gregorian calendar and not the noons like
+        JDN. The MJD 0 represents Nov 17, 1858.
     */
     double GetModifiedJulianDayNumber() const;
 
@@ -1410,7 +1410,7 @@ public:
                                     NameFlags flags = Name_Full);
 
     /**
-        Returns @true if DST was used n the given year (the current one by
+        Returns @true if DST was used in the given year (the current one by
         default) in the given country.
     */
     static bool IsDSTApplicable(int year = Inv_Year,
@@ -1797,7 +1797,7 @@ public:
         date set to 0. Hours are not restricted to 0-24 range, neither are
         minutes, seconds or milliseconds.
     */
-    wxTimeSpan(long hours, long min, long sec, long msec);
+    wxTimeSpan(long hours, long min = 0, wxLongLong sec = 0, wxLongLong msec = 0);
 
     /**
         Returns the absolute value of the timespan: does not modify the object.