Contains a period of time within which a loss analysis has completed.
![]() |
TimeSpan
Contains a period of time within which a loss analysis has completed.
|
| Name | Description | Data Type |
|---|---|---|
| days | Duration in days | integer (int32) |
| hours | Duration in hours | integer (int32) |
| milliseconds | Duration in milliseconds | integer (int32) |
| minutes | Duration in minutes | integer (int32) |
| seconds | Duration in seconds | integer (int32) |
| ticks | Duration in ticks | integer (int64) |
| totalDays | Total number of days | number (double) |
| totalHours | Total number of hours | number (double) |
| totalMilliseconds | Total number of millseconds | number (double) |
| totalMinutes | Total number of minutes | number (double) |
| totalSeconds | Total number of seconds | number (double) |