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

#include <CommonDef.h>

Public Attributes

int day = 0
 
int hour = 0
 
int minute = 0
 
int month = 0
 
int second = 0
 
int year = 0
 

Detailed Description

Represents a moment in time.

Member Data Documentation

◆ day

int FlowEngine::DateTime::day = 0

the day in the range 1-31

◆ hour

int FlowEngine::DateTime::hour = 0

the hour in the range (0-23)

◆ minute

int FlowEngine::DateTime::minute = 0

the minute in the range (0-59)

◆ month

int FlowEngine::DateTime::month = 0

the month in the range 1-12

◆ second

int FlowEngine::DateTime::second = 0

the second in the range (0-59)

◆ year

int FlowEngine::DateTime::year = 0

the year (e.g. 2019)