Versions Compared

Key

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

...

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

See Also