(String period)
| 2761 | * @see #toStringXML() |
| 2762 | */ |
| 2763 | public static Duration<IsoUnit> parsePeriod(String period) |
| 2764 | throws ParseException { |
| 2765 | |
| 2766 | return parsePeriod(period, IsoUnit.class); |
| 2767 | |
| 2768 | } |
| 2769 | |
| 2770 | /** |
| 2771 | * <p>Parses a canonical representation with only date units to a |