SysTime.opBinary

Gives the difference between two SysTimes.

The legal types of arithmetic for SysTime using this operator are

SysTime-SysTime-->duration
  1. SysTime opBinary(Duration duration)
  2. Duration opBinary(SysTime rhs)
    struct SysTime
    @safe const pure nothrow scope
    Duration
    opBinary
    (
    string op
    )
    if (
    op == "-"
    )

Meta