Gets or sets the estimated date and time the vessel will arrive.

Namespace:  BargeEx
Assembly:  BargeEx (in BargeEx.dll)
Version: 3.0.400.140 (3.0.400.140)

Syntax

C#
public virtual DateTime EstimatedArrivalDateTime { get; set; }
Visual Basic (Declaration)
Public Overridable Property EstimatedArrivalDateTime As DateTime
Visual C++
public:
virtual property DateTime EstimatedArrivalDateTime {
	DateTime get ();
	void set (DateTime value);
}

Property Value

The estimated date and time the vessel will arrive.

Remarks

This property always returns the date and time in local time. This property can be set using local time or Coordinated Universal Time (UTC). If the Kind property of the new date and time Value is set to Unspecified, the Value is assumed to be in local time.

The EstimatedArrivalDateTimeSpecified property indicates whether or not this property will be included in the serialized class or generated document. The EstimatedArrivalDateTimeSpecified property is automatically set to true when this property is set.

See Also