public final class timezone
extends org.moe.natj.c.StructObject
| Modifier | Constructor and Description |
|---|---|
|
timezone() |
|
timezone(int tz_minuteswest,
int tz_dsttime) |
protected |
timezone(org.moe.natj.general.Pointer peer) |
| Modifier and Type | Method and 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
|