38#include "blocxx/BLOCXX_config.h"
The DateTime class is an abstraction for date time data.
A timeout can be absolute, which means that it will happen at the specified DateTime.
DateTime getAbsolute() const
static Timeout relativeWithReset(float seconds)
float getRelative() const
ETimeoutType getType() const
static Timeout relative(float seconds)
static Timeout absolute(const DateTime &dt)
bool operator==(const Array< T > &x, const Array< T > &y)
bool operator!=(const Array< T > &x, const Array< T > &y)
Determine two Arrays are not equal.