 | CommonVehicleDescriptorTypeInServiceDate Property |
The in service date is the date on which the vehicle was originally sold. This value should be specified for used vehicles only. For new vehicles, pass either the contract date or 1900-01-01 for this value.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<DateTime> InServiceDate { get; set; }
Public Property InServiceDate As Nullable(Of DateTime)
Get
Set
function get InServiceDate () : Nullable<DateTime>
function set InServiceDate (value : Nullable<DateTime>)
function get_InServiceDate();
function set_InServiceDate(value);
Property Value
Type:
NullableDateTime
See Also