Date.opCmp

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

Compares this Date with the given Date.

Returns

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