RentalObjectVacancyWebActiveIntervals Property |
A list of periods that this rental object is available for booking. For instance 01-01-2013 to 31-12-2013.
Please note that the property
Calendar is still nescessary to determine which periods within the active interval are not vacant.
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<IntervalWeb> ActiveIntervals { get; set; }
Property Value
Type:
IListIntervalWeb
See Also