ExpectedTimeDayDto
One day's expectation within an expected-time window
Properties
| Name | Type | Description |
|---|---|---|
| date | string | The date the expectation applies to |
The date the expectation applies to | ||
| isWorkingDay | boolean | True when the member's working pattern expects time on this date — so an empty day |
True when the member's working pattern expects time on this date — so an empty day | ||
| expectedMinutes | integer | Minutes the member's pattern expects on this date — zero on non-working days, bank |
Minutes the member's pattern expects on this date — zero on non-working days, bank | ||
JSON Example
{
"date": "2024-01-01",
"isWorkingDay": false,
"expectedMinutes": 0
}