add

Adds a specified number of months to a YearMonthDay, with overflow behavior controlled by AllowDayOverflow.

  1. YearMonthDay add(long months, AllowDayOverflow allowOverflow)
    @safe pure @nogc @safe pure nothrow @nogc ref
    YearMonthDay
    add
    (
    string units : "months"
    )
  2. YearMonthDay add(long quarters)