Time.opSub

Returns a time span which represents the difference in time between this and the given Time.

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

Return Value

Type: TimeSpan

A TimeSpan which represents the difference between this and t.

Meta