AceTime  0.8
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::hw::HardwareDateTime Struct Reference

The date (year, month, day) and time (hour, minute, second) fields supported by the DS3231 RTC chip. More...

#include <HardwareDateTime.h>

Public Member Functions

void printTo (Print &printer) const
 Print HardwareDateTime to 'printer'. More...
 

Public Attributes

uint8_t year
 
uint8_t month
 
uint8_t day
 
uint8_t hour
 
uint8_t minute
 
uint8_t second
 
uint8_t dayOfWeek
 

Detailed Description

The date (year, month, day) and time (hour, minute, second) fields supported by the DS3231 RTC chip.

Definition at line 20 of file HardwareDateTime.h.

Member Function Documentation

◆ printTo()

void ace_time::hw::HardwareDateTime::printTo ( Print &  printer) const

Print HardwareDateTime to 'printer'.

Definition at line 19 of file HardwareDateTime.cpp.


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