Interface DateUtil.CalendarFieldsToDateConverter

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Date calculate​(int era, int year, int month, int day, int hours, int minutes, int secs, int millisecs, boolean addOneDay, TimeZone tz)
      Calculates the Date from the specified calendar fields.
    • Method Detail

      • calculate

        Date calculate​(int era,
                       int year,
                       int month,
                       int day,
                       int hours,
                       int minutes,
                       int secs,
                       int millisecs,
                       boolean addOneDay,
                       TimeZone tz)
        Calculates the Date from the specified calendar fields.