Click or drag to resize

VacancyOptionsWebArrivalWeekday Property

Weekday of vacancy to check. If null the default arrival day on the rental object is used.

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 WeekdayEnum? ArrivalWeekday { get; set; }

Property Value

Type: NullableWeekdayEnum
Remarks
Only used when VancancyCheck is Wide
See Also