Searched defs:iso8601String (Results 1 - 1 of 1) sorted by relevance

/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DISO8601Converter.java71 * @param iso8601String a date string that is ISO 8601 conform.
75 public static XMPDateTime parse(String iso8601String) throws XMPException argument
77 return parse(iso8601String, new XMPDateTimeImpl());
82 * @param iso8601String a date string that is ISO 8601 conform.
87 public static XMPDateTime parse(String iso8601String, XMPDateTime binValue) throws XMPException argument
89 ParameterAsserts.assertNotNull(iso8601String);
91 ParseState input = new ParseState(iso8601String);

Completed in 78 milliseconds