Changeset 5061 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 09/16/04 10:05:46 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MTime.h
r4920 r5061 115 115 UInt_t Sec() const { Byte_t h, m, s; GetTime(h,m,s); return s; } 116 116 117 Bool_t IsMidnight() const { return (Long_t)fTime==0 && fNanoSec==0; } 118 117 119 // I/O functions 118 120 istream &ReadBinary(istream &fin);
Note:
See TracChangeset
for help on using the changeset viewer.