operator >= method
Implementation
bool operator >=(SphTimeOfDay other) =>
hour > other.hour || (hour == other.hour && minute >= other.minute);
bool operator >=(SphTimeOfDay other) =>
hour > other.hour || (hour == other.hour && minute >= other.minute);