TeamTimeDayDto
One day's logged minutes within a Team Time row
Properties
| Name | Type | Description |
|---|---|---|
| date | string | The date logged against |
The date logged against | ||
| minutes | integer | Minutes logged on that date |
Minutes logged on that date | ||
| isWorkingDay | boolean | True when this member's working pattern expects time on this date — so an empty day |
True when this member's working pattern expects time on this date — so an empty day | ||
| expectedMinutes | integer | Minutes the member's pattern expects on this date, so a day can be read against its |
Minutes the member's pattern expects on this date, so a day can be read against its | ||
JSON Example
{
"date": "2024-01-01",
"minutes": 0,
"isWorkingDay": false,
"expectedMinutes": 0
}