SysTime.opCmp

Compares this SysTime with the given SysTime.

Time zone is irrelevant when comparing SysTimes.

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

Return Value

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

Meta