AlarmTime struct enables an integer pair for defining the time the alarm should be set for by hour and minute.
More...
#include <alarmData.h>
AlarmTime struct enables an integer pair for defining the time the alarm should be set for by hour and minute.
- Parameters
-
hour | Int defining the hour the alarm should go off 1 - 12 |
minute | Int defining the minutes the alarm should trigger 0 - 59 |
◆ AlarmTime()
AlarmData::AlarmTime::AlarmTime |
( |
const int & | h, |
|
|
cont int & | m ) |
|
inline |
◆ hour
int AlarmData::AlarmTime::hour |
◆ minute
int AlarmData::AlarmTime::minute |
The documentation for this struct was generated from the following file: