Class TimeZoneConstructor

    • Constructor Summary

      Constructors 
      Constructor Description
      TimeZoneConstructor​(int pythontype)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object construct​(java.lang.Object[] args)
      Create an object.
      java.lang.Object reconstruct​(java.lang.Object baseConstructor, java.lang.Object state)  
      • Methods inherited from class java.lang.Object

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

      • UTC

        public static int UTC
      • PYTZ

        public static int PYTZ
      • DATEUTIL_TZUTC

        public static int DATEUTIL_TZUTC
      • DATEUTIL_TZFILE

        public static int DATEUTIL_TZFILE
      • DATEUTIL_GETTZ

        public static int DATEUTIL_GETTZ
      • TZINFO

        public static int TZINFO
    • Constructor Detail

      • TimeZoneConstructor

        public TimeZoneConstructor​(int pythontype)
    • Method Detail

      • reconstruct

        public java.lang.Object reconstruct​(java.lang.Object baseConstructor,
                                            java.lang.Object state)