VacationTypeConfigurationWebArrivalDays Property |
Allowed arrival days for this vacation type.
Namespace:
Tse.EasyBook.Server.DataContracts
Assembly:
Tse.EasyBook.Server.DataContracts (in Tse.EasyBook.Server.DataContracts.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic IList<DayOfWeek> ArrivalDays { get; set; }
Property Value
Type:
IListDayOfWeek
RemarksIf allowConfigureArrivalDays is false then this collection is always empty and ignored. If true then this collection must always contain at least 1 element.
See Also