SIFWorks ADK 2.0
ArrivalTime Property
NamespacesEdustructures.SifWorks.TransBusRouteDetailArrivalTime

[This is preliminary documentation and is subject to change.]

Gets or sets the value of the <ArrivalTime> element.
Declaration Syntax
C#Visual BasicVisual C++
public Nullable<DateTime> ArrivalTime{ get; set;}
Public Property ArrivalTime As Nullable(Of DateTime)
public:
property Nullable<DateTime> ArrivalTime {
	Nullable<DateTime> get ();
	void set (Nullable<DateTime> value);
}
Value
The ArrivalTime element of this object.
Remarks

The SIF specification defines the meaning of this element as: "The time that the bus associated with this route will stop at this bus stop."

Version: 2.0

Since: 1.1

Assembly: Edustructures.SifWorks.SdoAll (Module: Edustructures.SifWorks.SdoAll) Version: 2.0.0.10