TimeSpan
ticks integer<int64>
days integer<int32>
hours integer<int32>
milliseconds integer<int32>
minutes integer<int32>
seconds integer<int32>
totalDays number<double>
totalHours number<double>
totalMilliseconds number<double>
totalMinutes number<double>
totalSeconds number<double>
TimeSpan
{
"ticks": 0,
"days": 0,
"hours": 0,
"milliseconds": 0,
"minutes": 0,
"seconds": 0,
"totalDays": 0,
"totalHours": 0,
"totalMilliseconds": 0,
"totalMinutes": 0,
"totalSeconds": 0
}