FlowEngine 7.517
Photogrammetry Software Development Kit
Loading...
Searching...
No Matches
FlowEngine::DateTime Struct Reference

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)
 

Detailed Description

Represents a moment in time.

Member Data Documentation

◆ day

int FlowEngine::DateTime::day

the day in the range 1-31

◆ hour

int FlowEngine::DateTime::hour

the hour in the range (0-23)

◆ minute

int FlowEngine::DateTime::minute

the minute in the range (0-59)

◆ month

int FlowEngine::DateTime::month

the month in the range 1-12

◆ second

int FlowEngine::DateTime::second

the second in the range (0-59)

◆ year

int FlowEngine::DateTime::year

the year (e.g. 2019)