Time.opSub

Subtracts the specified time span from the time, returning a new time.

  1. Time opSub(TimeSpan t)
    struct Time
  2. TimeSpan opSub(Time t)

Return Value

Type: Time

A Time whose value is the value of this instance minus the value of t.

Meta