6#ifndef _TIME_SHIELD_TIME_STRUCT_HPP_INCLUDED
7#define _TIME_SHIELD_TIME_STRUCT_HPP_INCLUDED
Main namespace for the Time Shield library.
const TimeStruct create_time_struct(const int &hour, const int &min, const int &sec=0, const int &ms=0)
Creates a TimeStruct instance.
Structure to represent time.
int ms
Millisecond component of time (0-999)
int sec
Second component of time (0-59)
int hour
Hour component of time (0-23)
int min
Minute component of time (0-59)