FlowEngine 7.530
Photogrammetry Software Development Kit
|
Represents a moment in time. More...
#include <CommonDef.h>
Public Attributes | |
int | year |
the year (e.g. 2019) | |
int | month |
the month in the range 1-12 | |
int | day |
the day in the range 1-31 | |
int | hour |
the hour in the range (0-23) | |
int | minute |
the minute in the range (0-59) | |
int | second |
the second in the range (0-59) | |
Represents a moment in time.
int FlowEngine::DateTime::day |
the day in the range 1-31
int FlowEngine::DateTime::hour |
the hour in the range (0-23)
int FlowEngine::DateTime::minute |
the minute in the range (0-59)
int FlowEngine::DateTime::month |
the month in the range 1-12
int FlowEngine::DateTime::second |
the second in the range (0-59)
int FlowEngine::DateTime::year |
the year (e.g. 2019)