VehicleEquipmentStartDate Property |
The installation date of the equipment. [Required] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime StartDate { get; set; }
Public Property StartDate As DateTime
Get
Set
public:
property DateTime^ StartDate {
DateTime^ get ();
void set (DateTime^ value);
}
member StartDate : DateTime with get, set
Property Value
Type:
DateTime
See Also