 |
EmployeeBenefitsVerifiedDate Property |
Verified Date
Created in Epic SDK 2021.
Namespace:
ASI.TAM.API.Data.UI.Account.Client
Assembly:
ASI.TAM.API.Data.UI.Account.Client (in ASI.TAM.API.Data.UI.Account.Client.dll) Version: 2021.1.0.1
Syntaxpublic Nullable<DateTime> VerifiedDate { get; set; }
Public Property VerifiedDate As Nullable(Of DateTime)
Get
Set
Dim instance As EmployeeBenefits
Dim value As Nullable(Of DateTime)
value = instance.VerifiedDate
instance.VerifiedDate = value
Property Value
Type:
NullableDateTime
VerifiedDate As Date?.
Remarks Note |
---|
|
See Also