add

Undocumented in source. Be warned that the author may not have intended to support it.
  1. YearMonthDay add(long months, AllowDayOverflow allowOverflow)
    @safe pure nothrow @nogc ref
    YearMonthDay
    add
    (
    string units
    )
    if (
    units == "months"
    )
  2. YearMonthDay add(long years, AllowDayOverflow allowOverflow)
  3. Date add(long amount, AllowDayOverflow allowOverflow)

Meta