Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
DateMoyr::DateMoyr Constructor (std::string&)

Initializes the month and year by parsing a date string (as mo/year).

C++
DateMoyr(
    const std::string& dateTemp
);
Parameters 
Description 
const std::string& dateTemp 
The date string to parse (as mo/year). 
Exceptions 
Description 
PiaException of type PIA_IDS_DATEREAD if unable to set month and year, or if they have invalid values. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!