AceTime  0.7
Date and time classes for Arduino that support timezones from the TZ Database, and a system clock that can synchronize from an NTP server or an RTC chip.
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 <ExtendedZoneProcessor.h>

Public Member Functions

 DateTuple (int8_t y, uint8_t mon, uint8_t d, int16_t min, uint8_t mod)
 
void log () const
 Used only for debugging. More...
 

Public Attributes

int8_t yearTiny
 
uint8_t month
 
uint8_t day
 
uint8_t modifier
 
int16_t minutes
 

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 64 of file ExtendedZoneProcessor.h.

Member Function Documentation

◆ log()

void ace_time::extended::DateTuple::log ( ) const
inline

Used only for debugging.

Definition at line 77 of file ExtendedZoneProcessor.h.


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