ESP DateTime
0.2.0
Date Time Functions and Classes for ESP8266 and ESP32
|
ESPDateTime header. More...
#include <Arduino.h>
#include <time.h>
#include <sys/time.h>
Go to the source code of this file.
Classes | |
struct | DateTimeParts |
DateTime Parts struct, similar to struct tm in <time.h>, containing a calendar date and time broken down into its components, but more readable, include some useful getter methods. More... | |
struct | DateFormatter |
DateTime Formatter constants and static format methods. More... | |
class | DateTimeClass |
DateTime Library Main Class, include time get/set/format methods. More... | |
Variables | |
DateTimeClass | DateTime |
Global DateTimeClass object. More... | |
ESPDateTime header.
DateTimeClass DateTime |
Global DateTimeClass object.