Package apple.struct

Class timezone


  • public final class timezone
    extends org.moe.natj.c.StructObject
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        timezone()  
        timezone​(int tz_minuteswest, int tz_dsttime)  
      protected timezone​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setTz_dsttime​(int value)
      type of dst correction
      void setTz_minuteswest​(int value)
      minutes west of Greenwich
      int tz_dsttime()
      type of dst correction
      int tz_minuteswest()
      minutes west of Greenwich
      • Methods inherited from class org.moe.natj.general.NativeObject

        finalize, getPeer, getPeerPointer
      • Methods inherited from class java.lang.Object

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

      • timezone

        public timezone()
      • timezone

        protected timezone​(org.moe.natj.general.Pointer peer)
      • timezone

        public timezone​(int tz_minuteswest,
                        int tz_dsttime)
    • Method Detail

      • tz_minuteswest

        public int tz_minuteswest()
        minutes west of Greenwich
      • setTz_minuteswest

        public void setTz_minuteswest​(int value)
        minutes west of Greenwich
      • tz_dsttime

        public int tz_dsttime()
        type of dst correction
      • setTz_dsttime

        public void setTz_dsttime​(int value)
        type of dst correction