12 #ifndef absoluteTime_H_
13 #define absoluteTime_H_
17 #include <vlutil/vlString.h>
52 double minutes()
const;
53 double seconds()
const;
56 long hourPart()
const;
59 long minutePart()
const;
62 long secondPart()
const;
65 long milisecondPart()
const;
68 DtString toString(
int percision = 0)
const;
73 static double parseString(
const DtString& timeString);
114 double hours()
const;
118 double minutes()
const;
122 double seconds()
const;
125 long hourPart()
const;
128 long minutePart()
const;
131 long secondPart()
const;
134 long milisecondPart()
const;
137 DtString toString(
int percision = 0)
const;
143 static double parseString(
const DtString& timeString);
Relative Time, an elapsed duration of time, no implied measurement, could be seconds/cycles or ticks ...
Definition: absoluteTime.h:28
double myTime
Definition: absoluteTime.h:146
#define DT_DLL_LGRUTIL
Definition: lgrUtil.h:19
Contains IMPORT/EXPORT macros for lgrUtil library.
class DT_DLL_LGRUTIL DtAbsoluteTime
Definition: absoluteTime.h:22
double myTime
Definition: absoluteTime.h:76
DT_DLL_LGRUTIL std::ostream & operator<<(std::ostream &, const DtAbsoluteTime &)
Absolute Time, a particular measured instance in time, could be thought of as a set of relative times...
Definition: absoluteTime.h:82