 |
InstallmentItemEffectiveDate Property |
Effective Date
Namespace:
ASI.TAM.API.Data.UI.Transaction
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
Syntaxpublic DateTime EffectiveDate { get; set; }
Public Property EffectiveDate As DateTime
Get
Set
Dim instance As InstallmentItem
Dim value As DateTime
value = instance.EffectiveDate
instance.EffectiveDate = value
Property Value
Type:
DateTimeReturn Value
Type:
DateTime
Remarks
See Also