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