Increments the employee dependents statistics.
Syntax
'Declaration
Public Sub IncrementEmployeeDependentsStatistics( _
ByVal As TierCode _
)
'Usage
Dim instance As CensusStatistics
Dim tier As TierCode
instance.IncrementEmployeeDependentsStatistics(tier)
public void IncrementEmployeeDependentsStatistics(
TierCode
)
public procedure IncrementEmployeeDependentsStatistics(
: TierCode
);
public function IncrementEmployeeDependentsStatistics(
: TierCode
);
public: void IncrementEmployeeDependentsStatistics(
TierCode
)
public:
void IncrementEmployeeDependentsStatistics(
TierCode
)
Parameters
- tier
- The tier.
See Also