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