Internal: date/time format of a RagTimeSpreadsheet. More...
Public Member Functions | |
DateTime () | |
constructor |
Public Attributes | |
bool | m_isDate |
true if this is a date field | |
std::string | m_DTFormat |
the date time format |
Friends | |
std::ostream & | operator<< (std::ostream &o, DateTime const &dt) |
operator<< |
Internal: date/time format of a RagTimeSpreadsheet.
|
inline |
constructor
Referenced by operator<<.
|
friend |
operator<<
std::string RagTimeSpreadsheetInternal::DateTime::m_DTFormat |
the date time format
Referenced by DateTime(), operator<<, and RagTimeSpreadsheet::readNumericFormat().
bool RagTimeSpreadsheetInternal::DateTime::m_isDate |
true if this is a date field
Referenced by DateTime(), operator<<, and RagTimeSpreadsheet::readNumericFormat().