Summary
Calculate time difference
Description
Subtracts the difference between two given times and returns the result between them as a duration.
Route
No Northbound API Available
Roles
Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| firstTime | object | yes | The time to subtract from. | 
| secondTime | object | yes | The time that is subtracted. | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| timeDiff | object | The difference between the two times expressed as a duration. |