|  | 
| BillingV1EffectiveDate Property  | 
 
  On Insert, if attach to type is policy or line and no value is given then defaulted to policy effective date and is ignored, else is validated in screen layer.
Created in Epic SDK V4.1.
Sometimes Required
   ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2021.1.0.1
 Syntax
Syntaxpublic DateTime EffectiveDate { get; set; }Public Property EffectiveDate As DateTime
	Get
	Set
Dim instance As BillingV1
Dim value As DateTime
value = instance.EffectiveDate
instance.EffectiveDate = value
Property Value
Type: 
DateTime
  EffectiveDate As Date.
 
 Remarks
Remarks|  Note | 
|---|
| Name -  EffectiveDateIgnored On Update -  True
 | 
 See Also
See Also