Ignore:
Timestamp:
12/21/05 20:34:05 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MTime.h

    r7450 r7458  
    125125    UInt_t Sec() const     { Byte_t h, m, s; GetTime(h,m,s); return s; }
    126126    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;
    128129
    129130    Bool_t IsMidnight() const { return (Long_t)fTime==0 && fNanoSec==0; }
     
    165166
    166167    static MTime GetEaster(Short_t year=-1);
     168    static Int_t GetMjdWeek1(Short_t year);
    167169
    168170    ClassDef(MTime, 3)  //A generalized MARS time stamp
Note: See TracChangeset for help on using the changeset viewer.