TripSegmentStartingTimestamp Property |
The starting date and time of the travel on the segment. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime StartingTimestamp { get; set; }
Public Property StartingTimestamp As DateTime
Get
Set
public:
property DateTime^ StartingTimestamp {
DateTime^ get ();
void set (DateTime^ value);
}
member StartingTimestamp : DateTime with get, set
Property Value
Type:
DateTime
See Also