...
Code Block | ||
---|---|---|
| ||
//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); }); |
...
Code Block | ||
---|---|---|
| ||
//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); }); |