 |
BankDetailItemAccountingMonth Property |
The accounting month of the entry.
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: 2022.2.0.1054
Syntaxpublic string AccountingMonth { get; set; }
Public Property AccountingMonth As String
Get
Set
Dim instance As BankDetailItem
Dim value As String
value = instance.AccountingMonth
instance.AccountingMonth = value
Property Value
Type:
String
AccountingMonth As Accounting Month.
Remarks Note |
---|
|
See Also