Package apple.struct
Class timezone
- java.lang.Object
-
- org.moe.natj.general.NativeObject
-
- org.moe.natj.c.StructObject
-
- apple.struct.timezone
-
public final class timezone extends org.moe.natj.c.StructObject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetTz_dsttime(int value)type of dst correctionvoidsetTz_minuteswest(int value)minutes west of Greenwichinttz_dsttime()type of dst correctioninttz_minuteswest()minutes west of Greenwich
-
-
-
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
-
-