|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Enum
com.trolltech.qt.core.Qt.TimeSpec
public static final class Qt.TimeSpec
| Field Summary | |
|---|---|
static Qt.TimeSpec |
LocalTime
Locale dependent time (Timezones and Daylight Savings Time). |
static Qt.TimeSpec |
OffsetFromUTC
An offset in seconds from Coordinated Universal Time. |
static Qt.TimeSpec |
UTC
Coordinated Universal Time, replaces Greenwich Mean Time. |
| Method Summary | |
|---|---|
static Qt.TimeSpec |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static Qt.TimeSpec |
valueOf(java.lang.String name)
|
static Qt.TimeSpec[] |
values()
|
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final Qt.TimeSpec LocalTime
public static final Qt.TimeSpec UTC
public static final Qt.TimeSpec OffsetFromUTC
| Method Detail |
|---|
public static Qt.TimeSpec[] values()
public static Qt.TimeSpec valueOf(java.lang.String name)
public int value()
value in interface QtEnumeratorpublic static Qt.TimeSpec resolve(int value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||