 |
DetailItemPaymentDate Property |
Payment Date
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Receipt
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.1.0.391
Syntaxpublic Nullable<DateTime> PaymentDate { get; set; }
Public Property PaymentDate As Nullable(Of DateTime)
Get
Set
Dim instance As DetailItem
Dim value As Nullable(Of DateTime)
value = instance.PaymentDate
instance.PaymentDate = value
Property Value
Type:
NullableDateTime
PaymentDate As DateTime?.
Remarks Note |
---|
|
See Also