Represents a collection of all daily working hours within the Bexel.Api.Scheduling.Calendar.
More...
|
bool | IsWorkingDay (DayOfWeek dayOfWeek) |
| Returns value that indicates whether the day of a week is working day. More...
|
|
IEnumerable< int > | GetWorkingHours (DayOfWeek dayOfWeek) |
| Returns all working hours for the specified day of a week. Working hour values can be between 0 and 23h. More...
|
|
|
IEnumerable< DayOfWeek > | Days [get] |
| Returns working days of a week. Working hour values can be between 0 and 23h. More...
|
|
Represents a collection of all daily working hours within the Bexel.Api.Scheduling.Calendar.
◆ GetWorkingHours()
IEnumerable<int> Bexel.Api.Scheduling.CalendarDailyWorkingHours.GetWorkingHours |
( |
DayOfWeek |
dayOfWeek | ) |
|
Returns all working hours for the specified day of a week. Working hour values can be between 0 and 23h.
- Parameters
-
dayOfWeek | Represents the day of a week. |
- Returns
- All working hours within the specified day of a week.
◆ IsWorkingDay()
bool Bexel.Api.Scheduling.CalendarDailyWorkingHours.IsWorkingDay |
( |
DayOfWeek |
dayOfWeek | ) |
|
Returns value that indicates whether the day of a week is working day.
- Parameters
-
dayOfWeek | Represents the day of a week. |
- Returns
- True if the day of a week has working hours.
◆ Days
IEnumerable<DayOfWeek> Bexel.Api.Scheduling.CalendarDailyWorkingHours.Days |
|
get |
Returns working days of a week. Working hour values can be between 0 and 23h.