operator << method

Period operator <<(
  1. Duration duration
)

Returns a new Period that is shifted by the given duration backwards.

Implementation

Period operator <<(Duration duration) => shift(-duration);