 |
JournalEntryAutomaticallyReverseEffectiveDate Property |
The reversal effective date. If AutomaticallyReverse is false, ignored and defailted to blank.
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.JournalEntry
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2020.1.0.523
Syntaxpublic Nullable<DateTime> AutomaticallyReverseEffectiveDate { get; set; }
Public Property AutomaticallyReverseEffectiveDate As Nullable(Of DateTime)
Get
Set
Dim instance As JournalEntry
Dim value As Nullable(Of DateTime)
value = instance.AutomaticallyReverseEffectiveDate
instance.AutomaticallyReverseEffectiveDate = value
Property Value
Type:
NullableDateTime
AutomaticallyReverseEffectiveDate As Date?.
Remarks Note |
---|
- Name - AutomaticallyReverseEffectiveDate
|
See Also