1.Functional Description
1.1Purpose
Validates the two digit year entered and gets four digit description of the year
2.Technical Specifications
2.4Processing
1.0 Validates the value entered is from 00 to 99;
2.0 Gets the description for the year by combining the century and year
(i.e. 19 + 98 = 1998),
If year is < or = to the default value (DCYR) then century will be '20';
If year is > the default value (DCYR) then century will be 19.
D3000260 - Get Year Description
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnCalendarYear | YR | MATH_NUMERIC | NONE | NONE |
The calendar year for this calendar. | ||||
szYearDescription | DESC | char | NONE | NONE |
A description, remark, name, or address. |
None |
None |