Time Shield Library
C++ library for working with time
Loading...
Searching...
No Matches
time_shield::TimeStruct Struct Reference

Structure to represent time. More...

#include <time_struct.hpp>

Public Attributes

int hour
 Hour component of time (0-23)
 
int min
 Minute component of time (0-59)
 
int sec
 Second component of time (0-59)
 
int ms
 Millisecond component of time (0-999)
 

Detailed Description

Structure to represent time.

Definition at line 12 of file time_struct.hpp.

Member Data Documentation

◆ hour

int time_shield::TimeStruct::hour

Hour component of time (0-23)

Definition at line 13 of file time_struct.hpp.

◆ min

int time_shield::TimeStruct::min

Minute component of time (0-59)

Definition at line 14 of file time_struct.hpp.

◆ ms

int time_shield::TimeStruct::ms

Millisecond component of time (0-999)

Definition at line 16 of file time_struct.hpp.

◆ sec

int time_shield::TimeStruct::sec

Second component of time (0-59)

Definition at line 15 of file time_struct.hpp.


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