Package apple.struct

Class time_value


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

      Constructors 
      Modifier Constructor Description
        time_value()  
        time_value​(int seconds, int microseconds)  
      protected time_value​(org.moe.natj.general.Pointer peer)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int microseconds()  
      int seconds()  
      void setMicroseconds​(int value)  
      void setSeconds​(int value)  
      • 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

      • time_value

        public time_value()
      • time_value

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

        public time_value​(int seconds,
                          int microseconds)
    • Method Detail

      • seconds

        public int seconds()
      • setSeconds

        public void setSeconds​(int value)
      • microseconds

        public int microseconds()
      • setMicroseconds

        public void setMicroseconds​(int value)