Class DateUtil.TrivialCalendarFieldsToDateConverter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date calculate​(int era, int year, int month, int day, int hours, int minutes, int secs, int millisecs, boolean addOneDay, java.util.TimeZone tz)
      Calculates the Date from the specified calendar fields.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TrivialCalendarFieldsToDateConverter

        public TrivialCalendarFieldsToDateConverter()