]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_datetime.i
don't really enable the window when its parent is disabled, just remember to do it...
[wxWidgets.git] / wxPython / src / _datetime.i
index aba286b03521d770b8c1d9b3ba173c1b687fbde7..821623651151c5f32678db06f392079787cbb05e 100644 (file)
@@ -464,6 +464,10 @@ public:
         // resets time to 00:00:00, doesn't change the date
     wxDateTime& ResetTime();
 
+        // get the date part of this object only, i.e. the object which has the
+        // same date as this one but time of 00:00:00
+    wxDateTime GetDateOnly() const;
+    
         // the following functions don't change the values of the other
         // fields, i.e. SetMinute() won't change either hour or seconds value