+ virtual wxDateTime GetValue() const;
+
+ /**
+ Changes the current time of the control.
+
+ Calling this method does not result in a time change event.
+
+ @param hour The new hour value in 0..23 interval.
+ @param min The new minute value in 0..59 interval.
+ @param sec The new second value in 0..59 interval.
+ @return @true if the time was changed or @false on failure, e.g. if the
+ time components were invalid.
+
+ @see GetTime()
+
+ @since 2.9.4
+ */
+ bool SetTime(int hour, int min, int sec);