A temporal resolution is composed of a unit of time and a value. More...
#include <Enums.h>
Public Member Functions | |
TemporalResolution () | |
TemporalResolution (TemporalUnit unit, unsigned int val) | |
Public Attributes | |
TemporalUnit | m_unit |
unsigned int | m_value |
A temporal resolution is composed of a unit of time and a value.
A temporal resolution is composed of a unit and a value. For example, if the temporal resolution is 16 days, the unit is DAY and the value is 16.
|
inline |
TemporalUnit te::dt::TemporalResolution::m_unit |