AceTime  0.6
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, using a timeCode that tracks the time component using 15-minute intervals. More...

#include <ExtendedZoneProcessor.h>

Public Member Functions

void log () const
 Used only for debugging. More...
 

Public Attributes

int8_t yearTiny
 
uint8_t month
 
uint8_t day
 
int8_t timeCode
 
uint8_t modifier
 

Detailed Description

A tuple that represents a date and time, using a timeCode that tracks the time component using 15-minute intervals.

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


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