 |
PersonContactdate_of_birth Property |
Date of birth of the contact.
Namespace:
ASI.TAM.API.Data.UI.Account.Person
Assembly:
ASI.TAM.API.Data.UI.Account.Person (in ASI.TAM.API.Data.UI.Account.Person.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<DateTime> date_of_birth { get; set; }
Public Property date_of_birth As Nullable(Of DateTime)
Get
Set
Dim instance As PersonContact
Dim value As Nullable(Of DateTime)
value = instance.date_of_birth
instance.date_of_birth = value
Property Value
Type:
NullableDateTime
Remarks
See Also