Additional top-level class in compilation unit: TimeFunctions.
| Modifier and Type | Field and Description |
|---|---|
| public static final PyString | |
| public static final int | |
| public static int | |
| private static volatile boolean | |
| protected static DateSymbolLocale | |
| public static int | |
| private static final String | |
| private static String[] | |
| private static String[] | |
| private static long | |
| private static final double | |
| protected static String[] | |
| protected static String[] | |
| public static int | |
| public static PyTuple |
| Access | Constructor and Description |
|---|---|
| public |
| Modifier and Type | Method and Description |
|---|---|
| private static String | |
| private static synchronized String | |
| private static synchronized String | |
| protected static PyTimeTuple | |
| private static String | |
| private static GregorianCalendar | |
| private static String | |
| public static PyString | |
| public static PyString | |
| private static void | |
| public static void | |
| public static double | |
| public static PyString | |
| public static PyString | |
| public static PyTuple | |
| public static PyTuple | |
| private static int | |
| public static String | |
| public static PyTuple | |
| public static PyTuple | |
| public static double | |
| public static double | Returns: a double valuea PyObject number of None arg)Convert a time argument that may be an optional float or None value to a double. |
| private static PyTuple | |
| public static void | |
| public static PyString | |
| public static PyString | |
| public static PyTuple | |
| public static PyTuple | |
| private static void | |
| public static double | |
| private static PyTimeTuple |
| __doc__ | back to summary |
|---|---|
| public static final PyString __doc__ | |
| accept2dyear | back to summary |
|---|---|
| public static final int accept2dyear | |
| altzone | back to summary |
|---|---|
| public static int altzone | |
| clockInitialized | back to summary |
|---|---|
| private static volatile boolean clockInitialized | |
| datesyms | back to summary |
|---|---|
| protected static DateSymbolLocale datesyms | |
| daylight | back to summary |
|---|---|
| public static int daylight | |
| DEFAULT_FORMAT_PY | back to summary |
|---|---|
| private static final String DEFAULT_FORMAT_PY | |
| enshortdays | back to summary |
|---|---|
| private static String[] enshortdays | |
| enshortmonths | back to summary |
|---|---|
| private static String[] enshortmonths | |
| initialClock | back to summary |
|---|---|
| private static long initialClock | |
| NANOS_PER_SECOND | back to summary |
|---|---|
| private static final double NANOS_PER_SECOND | |
| shortdays | back to summary |
|---|---|
| protected static String[] shortdays | |
| shortmonths | back to summary |
|---|---|
| protected static String[] shortmonths | |
| timezone | back to summary |
|---|---|
| public static int timezone | |
| tzname | back to summary |
|---|---|
| public static PyTuple tzname | |
| Time | back to summary |
|---|---|
| public Time() | |
| _padint | back to summary |
|---|---|
| private static String _padint(int i, int target) | |
| _shortday | back to summary |
|---|---|
| private static synchronized String _shortday(int dow) | |
| _shortmonth | back to summary |
|---|---|
| private static synchronized String _shortmonth(int month0to11) | |
| _timefields | back to summary |
|---|---|
| protected static PyTimeTuple _timefields(double secs, TimeZone tz) | |
| _truncyear | back to summary |
|---|---|
| private static String _truncyear(int year) | |
| _tupletocal | back to summary |
|---|---|
| private static GregorianCalendar _tupletocal(PyTuple tup) | |
| _twodigit | back to summary |
|---|---|
| private static String _twodigit(int i) | |
| asctime | back to summary |
|---|---|
| public static PyString asctime() | |
| asctime | back to summary |
|---|---|
| public static PyString asctime(PyObject obj) | |
| checkLocale | back to summary |
|---|---|
| private static void checkLocale() | |
| classDictInit | back to summary |
|---|---|
| public static void classDictInit(PyObject dict) | |
| clock | back to summary |
|---|---|
public static double clock()
| |
| ctime | back to summary |
|---|---|
| public static PyString ctime() | |
| ctime | back to summary |
|---|---|
| public static PyString ctime(PyObject secs) | |
| gmtime | back to summary |
|---|---|
| public static PyTuple gmtime() | |
| gmtime | back to summary |
|---|---|
| public static PyTuple gmtime(PyObject arg) | |
| item | back to summary |
|---|---|
| private static int item(PyTuple tup, int i) | |
| locale_asctime | back to summary |
|---|---|
| public static String locale_asctime(PyTuple tup) | |
| localtime | back to summary |
|---|---|
| public static PyTuple localtime() | |
| localtime | back to summary |
|---|---|
| public static PyTuple localtime(PyObject secs) | |
| mktime | back to summary |
|---|---|
| public static double mktime(PyTuple tup) | |
| parseTimeDoubleArg | back to summary |
|---|---|
| public static double parseTimeDoubleArg(PyObject arg) Convert a time argument that may be an optional float or None value to a double. Throws a TypeError on failure.
| |
| pystrptime | back to summary |
|---|---|
| private static PyTuple pystrptime(String data_string, String format) | |
| sleep | back to summary |
|---|---|
| public static void sleep(double secs) | |
| strftime | back to summary |
|---|---|
| public static PyString strftime(String format) | |
| strftime | back to summary |
|---|---|
| public static PyString strftime(String format, PyTuple tup) | |
| strptime | back to summary |
|---|---|
| public static PyTuple strptime(String data_string) | |
| strptime | back to summary |
|---|---|
| public static PyTuple strptime(String data_string, String format) | |
| throwValueError | back to summary |
|---|---|
| private static void throwValueError(String msg) | |
| time | back to summary |
|---|---|
| public static double time() | |
| toTimeTuple | back to summary |
|---|---|
| private static PyTimeTuple toTimeTuple(Calendar cal, int isdst) | |