Selerix Developer Tools
GetMonthlyInd Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects.ACA Namespace > EmployerCoveredIndividualType Class : GetMonthlyInd Method
The month.
Gets the monthly ind.
Syntax
'Declaration
 
Public Function GetMonthlyInd( _
   ByVal month As Integer _
) As String
'Usage
 
Dim instance As EmployerCoveredIndividualType
Dim month As Integer
Dim value As String
 
value = instance.GetMonthlyInd(month)
public string GetMonthlyInd( 
   int month
)
public function GetMonthlyInd( 
    month: Integer
): String; 
public function GetMonthlyInd( 
   month : int
) : String;
public: string* GetMonthlyInd( 
   int month
) 
public:
String^ GetMonthlyInd( 
   int month
) 

Parameters

month
The month.

Return Value

System.String.
See Also

Reference

EmployerCoveredIndividualType Class
EmployerCoveredIndividualType Members