Ignore:
Timestamp:
09/16/04 10:05:46 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4920 r5061  
    115115    UInt_t Sec() const   { Byte_t h, m, s; GetTime(h,m,s); return s; }
    116116
     117    Bool_t IsMidnight() const { return (Long_t)fTime==0 && fNanoSec==0; }
     118
    117119    // I/O functions
    118120    istream &ReadBinary(istream &fin);
Note: See TracChangeset for help on using the changeset viewer.