Anypia Programmer's Documentation
ContentsIndexHome
PreviousUpNext
DisabPeriod::toString Method (std::string&)

Returns the period of disability as a string, using specified format.

C++
std::string toString(
    const std::string& format
) const;
Parameters 
Description 
const std::string& format 
Format to use. 

The period of disability as a string.

The format has the following meanings:

"c" 
show only the onset date, the entitlement date, and the first month of the waiting period. 
other 
show all four dates. 
Copyright (c) 2010. All rights reserved.
What do you think about this topic? Send feedback!