Class DateTimeConverters.DateToCalendar

    • Constructor Detail

      • DateToCalendar

        public DateToCalendar()
    • Method Detail

      • convert

        public com.ibm.icu.util.Calendar convert​(java.util.Date obj,
                                                 java.util.Locale locale,
                                                 java.util.TimeZone timeZone,
                                                 java.lang.String formatString)
                                          throws ConversionException
        Description copied from interface: LocalizedConverter
        Converts obj to T.
        Parameters:
        obj - The source Object to convert
        locale - The locale used for conversion - must not be null
        timeZone - The time zone used for conversion - must not be null
        formatString - Optional formatting string
        Returns:
        The converted Object
        Throws:
        ConversionException