Class ICUZDump.TimeZoneImpl

  • Enclosing class:
    ICUZDump

    private class ICUZDump.TimeZoneImpl
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Object tzobj  
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeZoneImpl​(java.lang.Object tzobj)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getOffset​(long time)  
      long getTime​(int year, int month, int dayOfMonth, int hour, int minute, int second)  
      boolean inDaylightTime​(long time)  
      • Methods inherited from class java.lang.Object

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

      • tzobj

        private java.lang.Object tzobj
    • Constructor Detail

      • TimeZoneImpl

        public TimeZoneImpl​(java.lang.Object tzobj)
    • Method Detail

      • getOffset

        public int getOffset​(long time)
      • inDaylightTime

        public boolean inDaylightTime​(long time)
      • getTime

        public long getTime​(int year,
                            int month,
                            int dayOfMonth,
                            int hour,
                            int minute,
                            int second)