AceTime  3.0.0
Date and time classes for Arduino that support timezones from the TZ Database.
Public Member Functions | Public Attributes | List of all members
ace_time::extended::DateTuple Struct Reference

A tuple that represents a date and time. More...

#include <DateTuple.h>

Public Member Functions

 DateTuple (int16_t y, uint8_t mon, uint8_t d, int32_t secs, uint8_t mod)
 
void log () const
 Used only for debugging.
 

Public Attributes

int16_t year
 
uint8_t month
 
uint8_t day
 
int32_t seconds
 
uint8_t suffix
 

Detailed Description

A tuple that represents a date and time.

Packed to 4-byte boundaries to save space on 32-bit processors.

Definition at line 36 of file DateTuple.h.


The documentation for this struct was generated from the following file: