public interface PeriodParser
Application users will rarely use this class directly. Instead, you
will use one of the factory classes to create a PeriodFormatter.
The factory classes are:
- PeriodFormatterBuilder
- PeriodFormat
- ISOPeriodFormat
PeriodFormatter,
PeriodFormatterBuilder,
PeriodFormatint parseInto(ReadWritablePeriod period, String periodStr, int position, Locale locale)
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.
period - a period that will be modifiedperiodStr - text to parseposition - position to start parsing fromlocale - the locale to use for parsingIllegalArgumentException - if any field is out of rangeCopyright © 2019. All rights reserved.