 |
PaymentExpenseItemPaymentDate Property |
Payment Date
Created in Epic SDK V3.0.
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> PaymentDate { get; set; }
Public Property PaymentDate As Nullable(Of DateTime)
Get
Set
Dim instance As PaymentExpenseItem
Dim value As Nullable(Of DateTime)
value = instance.PaymentDate
instance.PaymentDate = value
Property Value
Type:
NullableDateTime
PaymentDate As Date?.
Remarks Note |
---|
|
See Also