Date.opCmp

Compares this Date with the given Date.

struct Date
const @safe pure nothrow @nogc
int
opCmp

Return Value

Type: int
this < rhs< 0
this == rhs0
this > rhs> 0
Suggestion Box / Bug Report