The parse type of the formatter is not used by this method.
If it fails, the return value is negative, but the period may still be modified. To determine the position where the parse failed, apply the one's complement operator (~) on the return value. @param period a period that will be modified @param text text to parse @param position position to start parsing from @return new position, if negative, parse failed. Apply complementoperator (~) to get position of failure @throws IllegalArgumentException if any field is out of range
|
|