 |
CheckLastPaidDate Property |
Last Paid Date
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Voucher
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2021.2.0.769
Syntaxpublic Nullable<DateTime> LastPaidDate { get; set; }
Public Property LastPaidDate As Nullable(Of DateTime)
Get
Set
Dim instance As Check
Dim value As Nullable(Of DateTime)
value = instance.LastPaidDate
instance.LastPaidDate = value
Property Value
Type:
NullableDateTime
LastPaidDate As DateTime?.
Remarks Note |
---|
|
See Also