|
|||||||||
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.DateFormat
public static final class Qt.DateFormat
Note. For ISODate formats, each Y, M and D represents a single digit of the year, month and day used to specify the date. Each H, M and S represents a single digit of the hour, minute and second used to specify the time. The presence of a literal T character is used to separate the date and time when both are specified.
Field Summary | |
---|---|
static Qt.DateFormat |
DefaultLocaleLongDate
The long format used by the application's locale. |
static Qt.DateFormat |
DefaultLocaleShortDate
The short format specified by the application's locale. |
static Qt.DateFormat |
ISODate
ISO 8601 extended format. |
static Qt.DateFormat |
LocaleDate
This enum value is deprecated. |
static Qt.DateFormat |
SystemLocaleDate
This enum value is deprecated. |
static Qt.DateFormat |
SystemLocaleLongDate
The long format used by the operating system. |
static Qt.DateFormat |
SystemLocaleShortDate
The short format used by the operating system. |
static Qt.DateFormat |
TextDate
The default Qt format. |
Method Summary | |
---|---|
static Qt.DateFormat |
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.DateFormat |
valueOf(java.lang.String name)
|
static Qt.DateFormat[] |
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.DateFormat TextDate
public static final Qt.DateFormat ISODate
public static final Qt.DateFormat SystemLocaleDate
Qt::SystemLocaleShortDate
instead (or Qt::SystemLocaleLongDate
if you want long dates).
public static final Qt.DateFormat LocaleDate
Qt::DefaultLocaleShortDate
instead (or Qt::DefaultLocaleLongDate
if you want long dates).
public static final Qt.DateFormat SystemLocaleShortDate
short format
used by the operating system.
public static final Qt.DateFormat SystemLocaleLongDate
long format
used by the operating system.
public static final Qt.DateFormat DefaultLocaleShortDate
short format
specified by the application's locale.
public static final Qt.DateFormat DefaultLocaleLongDate
long format
used by the application's locale.
Method Detail |
---|
public static Qt.DateFormat[] values()
public static Qt.DateFormat valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static Qt.DateFormat resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |