ADTF  3.18.2
tDateTime

Struct to handle date and time together. More...

Public Attributes

tUInt16 ui16Year
 The Year - [1900,)
 
tUInt16 ui16Month
 The Month - [1,12].
 
tUInt16 ui16Day
 The Day of the month - [1,31].
 
tUInt16 ui16Hour
 The Hours past midnight - [0,23].
 
tUInt16 ui16Minute
 The Minutes after the hour - [0,59].
 
tUInt16 ui16Second
 The Seconds after the minute - [0,59].
 
tUInt32 ui32Microseconds
 The Microseconds after the second - [0,999999].
 

Detailed Description

Struct to handle date and time together.

Definition at line 56 of file structs.h.