29 void set(time_t time);
30 time_t get()
const {
return m_time; }
31 int getSecond()
const;
32 int getMinitue()
const;
37 const char* toString(
const char* format = NULL)
const;
40 const Date& operator=(
const Date& date)
49 mutable char m_str[31];
Abstract base class for different kinds of events.