AceTime  0.1
Date and time classes for Arduino that supports the TZ DAtabase, and a system clock synchronized 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 <ExtendedZoneSpecifier.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 54 of file ExtendedZoneSpecifier.h.

Member Function Documentation

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

Used only for debugging.

Definition at line 62 of file ExtendedZoneSpecifier.h.


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