Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::Time::Absolute::ParseResult Struct Reference

Holds information on a parsed absolute time from Absolute::parseLocal. More...

#include <Time.h>

Public Member Functions

const char * getMonth () const
 
const char * getDay () const
 

Public Attributes

uint16_t year = 0
 
uint8_t month = 0
 
uint8_t dayOfMonth = 0
 
uint8_t dayOfWeek = 0
 
uint8_t dayOfYear = 0
 
uint8_t hour = 0
 
uint8_t minutes = 0
 
uint8_t seconds = 0
 
bool isDaylightSaving = false
 

Friends

struct Internal
 

Detailed Description

Holds information on a parsed absolute time from Absolute::parseLocal.


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