Summary
Add duration to time
Description
Adds duration to a time and returns a new time.
Route
No Northbound API Available
Roles
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
inputTime | object | yes | The time to be offset. |
offsetDuration | object | yes | The duration to offset the time by. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
newTime | object | The time that returns from the duration offset. |