Selerix Developer Tools
IncrementEmployeeDependentsStatistics(TierCode) Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > CensusStatistics Class : IncrementEmployeeDependentsStatistics(TierCode) Method
The tier.
Increments the employee dependents statistics.
Syntax
'Declaration
 
Public Sub IncrementEmployeeDependentsStatistics( _
   ByVal tier As TierCode _
) 
'Usage
 
Dim instance As CensusStatistics
Dim tier As TierCode
 
instance.IncrementEmployeeDependentsStatistics(tier)
public void IncrementEmployeeDependentsStatistics( 
   TierCode tier
)
public procedure IncrementEmployeeDependentsStatistics( 
    tier: TierCode
); 
public function IncrementEmployeeDependentsStatistics( 
   tier : TierCode
);
public: void IncrementEmployeeDependentsStatistics( 
   TierCode tier
) 
public:
void IncrementEmployeeDependentsStatistics( 
   TierCode tier
) 

Parameters

tier
The tier.
See Also

Reference

CensusStatistics Class
CensusStatistics Members