operator >> method

Period operator >>(
  1. Duration duration
)

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

Implementation

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