X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/16630eb7e3ef05fa487b67188df12d10e66a5beb..ca282726be518ce2f214b890dbaafce736f14e36:/interface/wx/datetime.h diff --git a/interface/wx/datetime.h b/interface/wx/datetime.h index 01ef279dcf..9c07d391d6 100644 --- a/interface/wx/datetime.h +++ b/interface/wx/datetime.h @@ -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); /**