month method

Duration month([
  1. int value = 0
])

Returns month duration

5.months

Implementation

Duration month([int value = 0]) => validate(value).month();