Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
QtrYear::QtrYear Constructor (unsigned, unsigned)

Initializes the quarter and year from two specified values.

C++
QtrYear(
    unsigned newQuarter, 
    unsigned newYear
);
Parameters 
Description 
unsigned newQuarter 
Quarter of year (0-3) to use. 
unsigned newYear 
Year to use. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!