TimeOfDay.opCmp

Compares this TimeOfDay with the given TimeOfDay.

struct TimeOfDay
const @safe pure nothrow @nogc
int
opCmp

Return Value

Type: int
this < rhs< 0
this == rhs0
this > rhs> 0

Meta