Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
DateMoyr::getMonths Method

Returns number of months from this date to given date.

C++
int getMonths(
    const DateMoyr& dateMoyr
) const;
Parameters 
Description 
const DateMoyr& dateMoyr 
Given date. 

Number of months from this date to given date. Result is negative if argument date is before this date.

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