public class TimeZoneConstructor extends Object implements IObjectConstructor
Modifier and Type | Field and Description |
---|---|
static int |
DATEUTIL_GETTZ |
static int |
DATEUTIL_TZFILE |
static int |
DATEUTIL_TZUTC |
static int |
PYTZ |
static int |
TZINFO |
static int |
UTC |
Constructor and Description |
---|
TimeZoneConstructor(int pythontype) |
Modifier and Type | Method and Description |
---|---|
Object |
construct(Object[] args)
Create an object.
|
Object |
reconstruct(Object baseConstructor,
Object state) |
public static int UTC
public static int PYTZ
public static int DATEUTIL_TZUTC
public static int DATEUTIL_TZFILE
public static int DATEUTIL_GETTZ
public static int TZINFO
public Object construct(Object[] args) throws PickleException
IObjectConstructor
construct
in interface IObjectConstructor
PickleException
Copyright © 2016. All Rights Reserved.