Selerix Developer Tools
IncrementDeductionFrequencyStatistics(String) Method






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > CensusStatistics Class : IncrementDeductionFrequencyStatistics(String) Method
deduction frequency.
Increments the deduction frequency statistics.
Syntax
'Declaration
 
Public Sub IncrementDeductionFrequencyStatistics( _
   ByVal deductionFrequency As String _
) 
'Usage
 
Dim instance As CensusStatistics
Dim deductionFrequency As String
 
instance.IncrementDeductionFrequencyStatistics(deductionFrequency)
public void IncrementDeductionFrequencyStatistics( 
   string deductionFrequency
)
public procedure IncrementDeductionFrequencyStatistics( 
    deductionFrequency: String
); 
public function IncrementDeductionFrequencyStatistics( 
   deductionFrequency : String
);
public: void IncrementDeductionFrequencyStatistics( 
   string* deductionFrequency
) 
public:
void IncrementDeductionFrequencyStatistics( 
   String^ deductionFrequency
) 

Parameters

deductionFrequency
deduction frequency.
See Also

Reference

CensusStatistics Class
CensusStatistics Members