 |
PolicyV1EffectiveDate Property |
Defaults to current date if 'Default System Date' setting is checked in configure. Required otherwise.
Created in Epic SDK V4.1.
Namespace:
ASI.TAM.API.Data.UI.Account.Policy
Assembly:
ASI.TAM.API.Data.UI.Account.Policy (in ASI.TAM.API.Data.UI.Account.Policy.dll) Version: 2021.1.0.1
Syntaxpublic DateTime EffectiveDate { get; set; }
Public Property EffectiveDate As DateTime
Get
Set
Dim instance As PolicyV1
Dim value As DateTime
value = instance.EffectiveDate
instance.EffectiveDate = value
Property Value
Type:
DateTime
EffectiveDate As Date.
Remarks Note |
---|
|
See Also