]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/datetime.h
Updates to Indonesian translations by Rahmat Bambang.
[wxWidgets.git] / interface / wx / datetime.h
index 01ef279dcfeb045d7afa976ec5117ae433178f88..9c07d391d6e130fedf367107aa62e53fbd0b5a3c 100644 (file)
@@ -483,6 +483,9 @@ public:
     /**
         Constructs the object from @a timet value holding the number of seconds
         since Jan 1, 1970.
+
+        If @a timet is invalid, i.e. @code (time_t)-1 @endcode, wxDateTime
+        becomes invalid too, i.e. its IsValid() will return @false.
     */
     wxDateTime& Set(time_t timet);
     /**