ESP DateTime  0.2.0
Date Time Functions and Classes for ESP8266 and ESP32
DateTime.h File Reference

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...
 

Detailed Description

ESPDateTime header.

Author
Zhang Xiaoke (githu.nosp@m.b@mc.nosp@m.xiaok.nosp@m.e.co.nosp@m.m)

Variable Documentation

◆ DateTime

DateTimeClass DateTime

Global DateTimeClass object.