VehicleObdTroubleOccurenceDateTime Property |
Date and time (UTC) when the trouble was detected. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime OccurenceDateTime { get; set; }
Public Property OccurenceDateTime As DateTime
Get
Set
public:
property DateTime^ OccurenceDateTime {
DateTime^ get ();
void set (DateTime^ value);
}
member OccurenceDateTime : DateTime with get, set
Property Value
Type:
DateTime
See Also