#include <date.hh>
Public Methods | |
TTimeInterval (void) | |
Builds a new instance. | |
TTimeInterval (double dINTERVAL) | |
Builds a new instance with an initial value. | |
double | seconds (void) |
double | minutes (void) |
double | hours (void) |
double | days (void) |
Definition at line 45 of file date.hh.
|
Returns the days in the interval.
|
|
Returns the hours in the interval.
|
|
Returns the minutes in the interval.
|
|
Returns the seconds in the interval.
|