 |
BankStatementDate Property |
Statement date for the statement.
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: 2020.1.0.523
Syntaxpublic Nullable<DateTime> StatementDate { get; set; }
Public Property StatementDate As Nullable(Of DateTime)
Get
Set
Dim instance As Bank
Dim value As Nullable(Of DateTime)
value = instance.StatementDate
instance.StatementDate = value
Property Value
Type:
NullableDateTime
StatementDate As Date?.
Remarks If blank on insert, then defaults to today's date.
Note |
---|
- Name - StatementDate
- Ignored On Update - True
|
See Also