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