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