Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
PiaParams::monthsArDICal Method

Calculates number of months of reduction for disabled worker.

C++
static int monthsArDICal(
    const DateMoyr& oabEntDate, 
    const DateMoyr& oabCessDate
);
Parameters 
Description 
const DateMoyr& oabEntDate 
The date of entitlement to an old-age benefit prior to the disabled worker benefit. Should be the default DateMoyr (0 month and 0 year) if none. 
const DateMoyr& oabCessDate 
The date of cessation of an old-age benefit prior to the disabled worker benefit. Should be the default DateMoyr (0 month and 0 year) if none. 

The number of months from oabEntDate to oabCessDate.

Disabled workers do not have any reduction unless they received an old-age benefit prior to their disability benefit.

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