Changeset 7458 for trunk/MagicSoft/Mars/mbase/MTime.h
- Timestamp:
- 12/21/05 20:34:05 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTime.h
r7450 r7458 125 125 UInt_t Sec() const { Byte_t h, m, s; GetTime(h,m,s); return s; } 126 126 UInt_t DayOfYear() const; 127 Int_t Week() const; 127 Int_t Week() const { Short_t y; return Week(y); } 128 Int_t Week(Short_t &year) const; 128 129 129 130 Bool_t IsMidnight() const { return (Long_t)fTime==0 && fNanoSec==0; } … … 165 166 166 167 static MTime GetEaster(Short_t year=-1); 168 static Int_t GetMjdWeek1(Short_t year); 167 169 168 170 ClassDef(MTime, 3) //A generalized MARS time stamp
Note:
See TracChangeset
for help on using the changeset viewer.