virtual | ~TTimeStamp() |
void | Add(const TTimeStamp& offset) |
Double_t | AsDouble() const |
Double_t | AsGAST(Double_t UT1Offset = 0) const |
Double_t | AsGMST(Double_t UT1Offset = 0) const |
Double_t | AsJulianDate() const |
Double_t | AsLAST(Double_t Longitude, Double_t UT1Offset = 0) const |
Double_t | AsLMST(Double_t Longitude, Double_t UT1Offset = 0) const |
const char* | AsString(const Option_t* option = "") const |
static TClass* | Class() |
void | Copy(TTimeStamp& ts) const |
static void | DumpTMStruct(const tm_t& tmstruct) |
UInt_t | GetDate(Bool_t inUTC = kTRUE, Int_t secOffset = 0, UInt_t* year = 0, UInt_t* month = 0, UInt_t* day = 0) const |
Int_t | GetDayOfWeek(Bool_t inUTC = kTRUE, Int_t secOffset = 0) const |
static Int_t | GetDayOfWeek(Int_t day, Int_t month, Int_t year) |
Int_t | GetDayOfYear(Bool_t inUTC = kTRUE, Int_t secOffset = 0) const |
static Int_t | GetDayOfYear(Int_t day, Int_t month, Int_t year) |
Int_t | GetMonth(Bool_t inUTC = kTRUE, Int_t secOffset = 0) const |
Int_t | GetNanoSec() const |
time_t | GetSec() const |
UInt_t | GetTime(Bool_t inUTC = kTRUE, Int_t secOffset = 0, UInt_t* hour = 0, UInt_t* min = 0, UInt_t* sec = 0) const |
timespec_t | GetTimeSpec() const |
Int_t | GetWeek(Bool_t inUTC = kTRUE, Int_t secOffset = 0) const |
static Int_t | GetWeek(Int_t day, Int_t month, Int_t year) |
static Int_t | GetZoneOffset() |
virtual TClass* | IsA() const |
static Bool_t | IsLeapYear(Int_t year) |
Bool_t | IsLeapYear(Bool_t inUTC = kTRUE, Int_t secOffset = 0) const |
static time_t | MktimeFromUTC(tm_t* tmstruct) |
double | operator double() const |
TTimeStamp& | operator=(const TTimeStamp&) |
void | Print(const Option_t* option = "") const |
void | Set() |
void | Set(UInt_t tloc, Bool_t isUTC, Int_t secOffset, Bool_t dosDate) |
void | Set(Int_t date, Int_t time, Int_t nsec, Bool_t isUTC, Int_t secOffset) |
void | Set(Int_t year, Int_t month, Int_t day, Int_t hour, Int_t min, Int_t sec, Int_t nsec, Bool_t isUTC, Int_t secOffset) |
void | SetNanoSec(Int_t nsec) |
void | SetSec(Int_t sec) |
virtual void | ShowMembers(TMemberInspector& insp) const |
virtual void | Streamer(TBuffer&) |
void | StreamerNVirtual(TBuffer& ClassDef_StreamerNVirtual_b) |
| TTimeStamp() |
| TTimeStamp(const timespec_t& ts) |
| TTimeStamp(const TTimeStamp&) |
| TTimeStamp(time_t t, Int_t nsec) |
| TTimeStamp(UInt_t tloc, Bool_t isUTC = kTRUE, Int_t secOffset = 0, Bool_t dosDate = kFALSE) |
| TTimeStamp(UInt_t date, UInt_t time, UInt_t nsec, Bool_t isUTC = kTRUE, Int_t secOffset = 0) |
| TTimeStamp(UInt_t year, UInt_t month, UInt_t day, UInt_t hour, UInt_t min, UInt_t sec, UInt_t nsec = 0, Bool_t isUTC = kTRUE, Int_t secOffset = 0) |