Click or drag to resize

Arrival Class

Vacant arrival date interval. The interval include both Start and End . If End is null the interval only contains the Start date. All dates included in the interval are vacant arrival date(s) for rental interval(s) of the duration specified in the field Days.
Inheritance Hierarchy
SystemObject
  Tse.EasyBook.Server.DataContractsArrival

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 class Arrival

The Arrival type exposes the following members.

Properties
  NameDescription
Public propertyEnd
Null or end date of the interval.
Public propertyStart
Start date of the interval.
Top
See Also