...
Code Block | ||
---|---|---|
| ||
var newDate = $Calendar.Add($Calendar.Today, 4); //adds 4 hours to the current date and returns the result as a DateTimeOffset object. |
...
Code Block | ||
---|---|---|
| ||
var newDate = $Calendar.Add($Calendar.Today, 4); //adds 4 hours to the current date and returns the result as a DateTimeOffset object. |