 |
BankStatementEnteredDate Property |
Statement entered date.
Created in Epic SDK 2018.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Reconcile
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2023.1.0.1249
Syntaxpublic Nullable<DateTime> StatementEnteredDate { get; set; }
Public Property StatementEnteredDate As Nullable(Of DateTime)
Get
Set
Dim instance As Bank
Dim value As Nullable(Of DateTime)
value = instance.StatementEnteredDate
instance.StatementEnteredDate = value
Property Value
Type:
NullableDateTime
StatementEnteredDate As Date?.
Remarks Note |
---|
- Name - StatementEnteredDate
|
See Also