Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
DoubleMonth::DoubleMonth Constructor

Initializes the baseYear and lastYear and the data array.

C++
DoubleMonth(
    int newBaseYear, 
    int newLastYear
);
Parameters 
Description 
int newBaseYear 
New base year. 
int newLastYear 
New last year. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!