 | CommonContractTypeAftermarketHardwareInstallationDate Property |
The date when the aftermarket hardware (alarm, GPS unit, etc.) was installed. If the customer is not purchasing a contract related to an installation of hardware, pass this as 1/1/1900.
Namespace:
IAS
Assembly:
Common (in Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Nullable<DateTime> AftermarketHardwareInstallationDate { get; set; }
Public Property AftermarketHardwareInstallationDate As Nullable(Of DateTime)
Get
Set
function get AftermarketHardwareInstallationDate () : Nullable<DateTime>
function set AftermarketHardwareInstallationDate (value : Nullable<DateTime>)
function get_AftermarketHardwareInstallationDate();
function set_AftermarketHardwareInstallationDate(value);
Property Value
Type:
NullableDateTime
See Also