37 void SetDate(
int year,
int month,
int day);
38 void GetDate(
int &year,
int &month,
int &day)
const;
40 void SetTimeOfDay(
int hr,
int min,
int sec);
42 void GetTimeOfDay(
int &hr,
int &min,
int &sec)
const;
43 int GetSecondOfDay()
const;
45 time_t GetTime()
const;
46 const tm &GetTM()
const {
return m_tm; }
47 void Increment(
int secs);
49 bool SetFromString(
const vtString &str);