SysTime.opCmp

int opCmp()(auto ref const(SysTime) rhs) @safe const pure nothrow scope

Compares this SysTime with the given SysTime.

Time zone is irrelevant when comparing SysTimes.

Returns

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