Class CFGregorianDate


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

      Constructors 
      Modifier Constructor Description
        CFGregorianDate()  
      protected CFGregorianDate​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte day()  
      byte hour()  
      byte minute()  
      byte month()  
      double second()  
      void setDay​(byte value)  
      void setHour​(byte value)  
      void setMinute​(byte value)  
      void setMonth​(byte value)  
      void setSecond​(double value)  
      void setYear​(int value)  
      int year()  
      • 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

      • CFGregorianDate

        public CFGregorianDate()
      • CFGregorianDate

        protected CFGregorianDate​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • year

        public int year()
      • setYear

        public void setYear​(int value)
      • month

        public byte month()
      • setMonth

        public void setMonth​(byte value)
      • day

        public byte day()
      • setDay

        public void setDay​(byte value)
      • hour

        public byte hour()
      • setHour

        public void setHour​(byte value)
      • minute

        public byte minute()
      • setMinute

        public void setMinute​(byte value)
      • second

        public double second()
      • setSecond

        public void setSecond​(double value)