1.Functional Description
1.1Purpose
Validate the month entered is within range and get the description for the month.
2.Technical Specifications
2.4Processing
1.0 Validate that the value entered is from 1 to 12;
If not valid return Error 0013 - "Invalid Entry";
2.0 Get the description for that month, i.e. 1 = "January".
D3000250 - Get Month Description
Parameter Name | Data Item | Data Type | Req/Opt | I/O/Both |
---|---|---|---|---|
mnCalendarMonth | MT | MATH_NUMERIC | NONE | NONE |
A number that corresponds to the month in a calendar year. | ||||
szDescription | DESC | char | NONE | NONE |
A description, remark, name, or address. |
None |
None |