Package apple.struct
Class time_value
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.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)protectedtime_value(org.moe.natj.general.Pointer peer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intmicroseconds()intseconds()voidsetMicroseconds(int value)voidsetSeconds(int value)
-