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

Calculates a date by adding an Age.

C++
DateMoyr operator +(
    const Age& age
) const;
Parameters 
Description 
const Age& age 
The Age to add to this date. 

The instance date plus the argument age.

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