#include <Timer.h>
Public Member Functions | |
EventId (const DateTime &when) | |
Public Attributes | |
uint64_t | serial {++Timer::nextSerial} |
Serial number. | |
DateTime | when |
Execution date and time. | |
Timer Event Id
|
explicit |
Constructor
when | Event execution time |