Click or drag to resize

ArrivalDepartureTimesWeb Class

An date interval for arrival- and departure-times.
Inheritance Hierarchy
SystemObject
  DataContractBase
    Tse.EasyBook.Server.DataContractsArrivalDepartureTimesWeb

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 ArrivalDepartureTimesWeb : DataContractBase

The ArrivalDepartureTimesWeb type exposes the following members.

Constructors
  NameDescription
Public methodArrivalDepartureTimesWeb
Top
Properties
  NameDescription
Public propertyArrivalTime
The time part of this DateTime indicates the earliest possible arrival time according to the local time zone.
Public propertyDepartureTime
The time part of this DateTime indicates the latest possible departure time according to the local time zone.
Public propertyWeekDay
The name of the week day in english that these times applies to. The possible values are: Sunday, Monday, Tuesday, Wednesday, Thursday, Friday and Saturday.
Top
See Also