 |
CreditItemTransactionEffectiveDate Property |
Transaction effective date
Namespace:
ASI.TAM.API.Data.UI.Transaction.ApplyCreditsToDebits
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2020.1.0.1
Syntaxpublic DateTime TransactionEffectiveDate { get; set; }
Public Property TransactionEffectiveDate As DateTime
Get
Set
Dim instance As CreditItem
Dim value As DateTime
value = instance.TransactionEffectiveDate
instance.TransactionEffectiveDate = value
Property Value
Type:
DateTimeReturn Value
Type:
DateTime
Remarks
See Also