 |
BankDetailItemEffectiveDate Property |
The effective date of the general ledger item.
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 Nullable<DateTime> EffectiveDate { get; set; }
Public Property EffectiveDate As Nullable(Of DateTime)
Get
Set
Dim instance As BankDetailItem
Dim value As Nullable(Of DateTime)
value = instance.EffectiveDate
instance.EffectiveDate = value
Property Value
Type:
NullableDateTime
EffectiveDate As DateTime?.
Remarks Note |
---|
|
See Also