#include <TimeInterval.h>
Public Member Functions | |
TimeInterval (int value=0, Units units=Units::SECONDS) throw (RGMAException) | |
TimeInterval (const TimeInterval &timeInterval) | |
TimeInterval & | operator= (const TimeInterval &timeInterval) |
int | getValueAs (Units units) throw (RGMAException) |
|
A class that can represent a time interval
|
|
creates a new TimeInterval object from the given TimeInterval
|
|
Gets the length of the time interval in the specified units.
|