 |
DriverAccidentPreventionCourseDate Property |
AccidentPreventionCourseDate
Namespace:
ASI.TAM.API.Data.UI.Account.Contact
Assembly:
ASI.TAM.API.Data.UI.Account.Contact (in ASI.TAM.API.Data.UI.Account.Contact.dll) Version: 2020.1.0.1
Syntaxpublic Nullable<DateTime> AccidentPreventionCourseDate { get; set; }
Public Property AccidentPreventionCourseDate As Nullable(Of DateTime)
Get
Set
Dim instance As Driver
Dim value As Nullable(Of DateTime)
value = instance.AccidentPreventionCourseDate
instance.AccidentPreventionCourseDate = value
Property Value
Type:
NullableDateTime
AccidentPreventionCourseDate As Date?.
Remarks Note |
---|
- Name - AccidentPreventionCourseDate
|
See Also