WorkTimeResponse
Type
The response object for CalculateWorkTime
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| CalculatedTime | TimeSpan | The calculated time of the work interval. |
|
| TimeOutsideSchedule | TimeSpan | The difference between the input work interval length and the calculated time. |
Example
{
"CalculatedTime": "00:00:00",
"TimeOutsideSchedule": "00:00:00"
}