24 ULong_t operator()()
const {
return fUTime;}
25 TUnixTime &operator =(ULong_t ut) { fUTime =ut ;
return *
this;}
26 TUnixTime &operator+=(Int_t sec) { fUTime+=sec;
return *
this;}
27 ULong_t GetUTime() {
return fUTime;}
28 void GetLTime(Int_t &idate, Int_t &itime);
29 void GetGTime(Int_t &idate, Int_t &itime);
33 void SetUTime(ULong_t utime){ fUTime=utime;}
34 void SetLTime(Int_t idate, Int_t itime);
35 void SetGTime(Int_t idate, Int_t itime);
36 void SetLTime(
const TDatime &loc);
37 void SetGTime(
const TDatime &gmt);
38 static ULong_t Convert(
const TDatime &dt,
int gmt);
40 void SetGTime(
const struct tm *gt);
41 void SetLTime(
const struct tm *gt);
49 #endif //ROOT_TUnixTime