Ignore:
Timestamp:
02/28/07 13:34:10 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8066 r8337  
    6464    }
    6565    MTime(Double_t mjd);
     66    MTime(UShort_t y, Byte_t m, Byte_t d, Byte_t h=13, Byte_t min=0, Byte_t s=0, UShort_t ms=0, UInt_t ns=0);
    6667    MTime(const MTime& t) : MParContainer(), fMjd(t.fMjd), fTime(t.fTime), fNanoSec(t.fNanoSec)
    6768    {
    6869        Init(NULL, NULL);
    6970    }
     71
     72    //static Int_t Hour() { return 3600; }
     73    //static Int_t Day()  { return 3600;*24 }
    7074
    7175    void operator=(const MTime &t)
     
    108112    void     GetDateOfSunrise(UShort_t &y, Byte_t &m, Byte_t &d) const;
    109113    TTime    GetRootTime() const;
     114    TDatime  GetRootDatime() const;
    110115    Double_t GetAxisTime() const;
    111116    Double_t GetMoonPhase() const;
     
    143148    operator double() const;   //[s]
    144149    double operator()() const; //[s]
     150
     151    Double_t    AsDouble() const    { return GetMjd(); }
     152    //const char *AsString() const    { return GetString(); }
     153    //const char *AsSQLString() const { return GetSqldateTime(); }
    145154
    146155    // Calculation functions
Note: See TracChangeset for help on using the changeset viewer.