Versions Compared

Key

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

...

Code Block
languagejs
//adds 4 hours to the current date and returns the result as a DateTimeOffset object.
$Calendar.AddAsync($Calendar.Today, 4).then(function(newDate) {
console.log(newDate);
});

See Also