Click or drag to resize

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)
Syntax
C#
public IList<DayOfWeek> ArrivalDays { get; set; }

Property Value

Type: IListDayOfWeek
Remarks
If 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