 |
PaymentExpenseReceivedDate Property |
Received Date
Created in Epic SDK 2017 R2.
Namespace:
ASI.TAM.API.Data.UI.Claim
Assembly:
ASI.TAM.API.Data.UI.Claim (in ASI.TAM.API.Data.UI.Claim.dll) Version: 2020.1.0.1
Syntaxpublic Nullable<DateTime> ReceivedDate { get; set; }
Public Property ReceivedDate As Nullable(Of DateTime)
Get
Set
Dim instance As PaymentExpense
Dim value As Nullable(Of DateTime)
value = instance.ReceivedDate
instance.ReceivedDate = value
Property Value
Type:
NullableDateTime
ReceivedDate As Date?.
Remarks Note |
---|
|
See Also