Uses of Class
java.util.GregorianCalendar
Packages that use GregorianCalendar
Package
Description
Contains the collections framework, some internationalization support classes,
 a service loader, properties, random number generation, string parsing
 and scanning classes, base64 encoding and decoding, a bit array, and
 several miscellaneous utility classes.
 Defines XML/Java Type Mappings.
- 
Uses of GregorianCalendar in java.utilMethods in java.util that return GregorianCalendarModifier and TypeMethodDescriptionstatic GregorianCalendarGregorianCalendar.from(ZonedDateTime zdt) Obtains an instance ofGregorianCalendarwith the default locale from aZonedDateTimeobject.
- 
Uses of GregorianCalendar in javax.xml.datatypeMethods in javax.xml.datatype that return GregorianCalendarModifier and TypeMethodDescriptionabstract GregorianCalendarXMLGregorianCalendar.toGregorianCalendar()Convert thisXMLGregorianCalendarto aGregorianCalendar.abstract GregorianCalendarXMLGregorianCalendar.toGregorianCalendar(TimeZone timezone, Locale aLocale, XMLGregorianCalendar defaults) Convert thisXMLGregorianCalendaralong with provided parameters to aGregorianCalendarinstance.Methods in javax.xml.datatype with parameters of type GregorianCalendarModifier and TypeMethodDescriptionabstract XMLGregorianCalendarDatatypeFactory.newXMLGregorianCalendar(GregorianCalendar cal) Create anXMLGregorianCalendarfrom aGregorianCalendar.