You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would roughly model what XMLGregorianCalendar also does but with a nicer API and higher time resolution (nanosecs versus millisecs).
It can contain methods like hasDate(), getDate(), getOffset() etc. to query optional components. There should also be parsing and formatting methods for all standard XML-Schema types like xsd:dateTime, xsd:gMonthDay etc.
This enhancement concerns the misc-module (net.time4j.xml-package).
The text was updated successfully, but these errors were encountered:
This would roughly model what
XMLGregorianCalendar
also does but with a nicer API and higher time resolution (nanosecs versus millisecs).It can contain methods like
hasDate()
,getDate()
,getOffset()
etc. to query optional components. There should also be parsing and formatting methods for all standard XML-Schema types likexsd:dateTime
,xsd:gMonthDay
etc.This enhancement concerns the misc-module (net.time4j.xml-package).
The text was updated successfully, but these errors were encountered: