 |
PersonalClassificationsDateOfBirth Property |
Date Of Birth
Created in Epic SDK V4.1.
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> DateOfBirth { get; set; }
Public Property DateOfBirth As Nullable(Of DateTime)
Get
Set
Dim instance As PersonalClassifications
Dim value As Nullable(Of DateTime)
value = instance.DateOfBirth
instance.DateOfBirth = value
Property Value
Type:
NullableDateTime
DateOfBirth As Date?.
Remarks Note |
---|
|
See Also