Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

DateTimeOffset Calendar myCalendar.AddMonths(dateTime: DateTimeOffset, months: number)

...

Code Block
languagejs
var newDate = $Calendar.AddMonths($Calendar.Today, 2); //adds 2 months to the current date and returns DateTimeOffset object.

Examples

...

languagejs

...

See Also