Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
DateMoyr::- Operator

Calculates an Age by subtracting argument date from this one.

C++
Age operator -(
    const DateMoyr& dateMoyr
) const;
Parameters 
Description 
const DateMoyr& dateMoyr 
The date to subtract from this instance. 

The calculated Age.

This would typically be used when this instance is the date of entitlement to a benefit and the argument is the date of birth.

Exceptions 
Description 
PiaException if argument is greater than this instance. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!