![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cTimeUnits.h>
Public Attributes | |
const GChar_t * | m_pszUnitNameL |
long unit name More... | |
const GChar_t * | m_pszUnitNameS |
short abbreviated unit name More... | |
TIMEUNIT_t | m_uMin |
TIMEUNIT_t | m_uMax |
WORD | m_uSubRatio |
How many sub units in this unit. (for absolute units. e.g. not months or years) More... | |
TIMESECD_t | m_nUnitSeconds |
Total seconds for a unit. (for absolute units) More... | |
double | m_dUnitDays |
Total days or fractions of a day for the unit. (for absolute units) More... | |
metadata describing ratios between relative time units in cTimeUnits. per TIMEUNIT_TYPE Unit
double Gray::CTimeUnit::m_dUnitDays |
Total days or fractions of a day for the unit. (for absolute units)
TIMESECD_t Gray::CTimeUnit::m_nUnitSeconds |
Total seconds for a unit. (for absolute units)
const GChar_t* Gray::CTimeUnit::m_pszUnitNameL |
long unit name
const GChar_t* Gray::CTimeUnit::m_pszUnitNameS |
short abbreviated unit name
TIMEUNIT_t Gray::CTimeUnit::m_uMax |
TIMEUNIT_t Gray::CTimeUnit::m_uMin |
WORD Gray::CTimeUnit::m_uSubRatio |
How many sub units in this unit. (for absolute units. e.g. not months or years)