Selerix Developer Tools
EffectiveFirstDayOfMonth Field






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > EnrollmentRule Class : EffectiveFirstDayOfMonth Field
The EffectiveFirstDayOfMonth object indicates if the effective date is on the first day of the month. Indicates if the coverage is effective on the first day of the month.
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public EffectiveFirstDayOfMonth As Boolean
'Usage
 
Dim instance As EnrollmentRule
Dim value As Boolean
 
value = instance.EffectiveFirstDayOfMonth
 
instance.EffectiveFirstDayOfMonth = value
[XmlAttribute()]
[DefaultValue()]
public bool EffectiveFirstDayOfMonth
public field EffectiveFirstDayOfMonth: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public var EffectiveFirstDayOfMonth : boolean;
[XmlAttribute()]
[DefaultValue()]
public: bool EffectiveFirstDayOfMonth
[XmlAttribute()]
[DefaultValue()]
public:
bool EffectiveFirstDayOfMonth

Field Value

bool true/false
See Also

Reference

EnrollmentRule Class
EnrollmentRule Members