Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the INPC rate for a month and year.
Syntax
private InpcRate_MX getInflationRate(int _month, int _year)
Run On
Server
Parameters
- _month
Type: int
The month for which to get the INPC rate.
- _year
Type: int
The year for which to get the INPC rate.
Return Value
Type: InpcRate_MX Extended Data Type
The INPC rate for a particular month and year.
Exceptions
Exception | Condition |
---|---|
Error | No inflation rate exists for the specified month and year. |
Remarks
This method selects the INPC rate in the INPCRateTable_MX table for the specified month and year.