Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
PiaCal::didropCal Method

Calculates number of years to drop out of elapsed period due to disability.

C++
static int didropCal(
    const WorkerDataGeneral& workerData, 
    int elapsed1, 
    int elapsed2, 
    FreezeYears& frzyrst
);
Parameters 
Description 
const WorkerDataGeneral& workerData 
Worker's basic data. 
int elapsed1 
First year of elapsed period. 
int elapsed2 
Last year of elapsed period. 
FreezeYears& frzyrst 
Freeze years information. 

Number of years to drop out of elapsed period due to disability.

Note that this is a static function.

Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!