TimeOfDay.opCmp

int opCmp(TimeOfDay rhs) const @safe pure nothrow @nogc

Compares this TimeOfDay with the given TimeOfDay.

Returns

this < rhs < 0
this == rhs 0
this > rhs > 0