Uses of Enum
io.qt.core.Qt.DateFormat
Packages that use Qt.DateFormat
-
Uses of Qt.DateFormat in io.qt.core
Methods in io.qt.core that return Qt.DateFormatModifier and TypeMethodDescriptionstatic Qt.DateFormat
Qt.DateFormat.resolve
(int value) Returns the corresponding enum entry for the given value.static Qt.DateFormat
Returns the enum constant of this type with the specified name.static Qt.DateFormat[]
Qt.DateFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.core with parameters of type Qt.DateFormatModifier and TypeMethodDescriptionstatic QDate
QDate.fromString
(String s, Qt.DateFormat f) static QDateTime
QDateTime.fromString
(String s, Qt.DateFormat f) static QTime
QTime.fromString
(String s, Qt.DateFormat f) final String
QDate.toString
(Qt.DateFormat format) final String
QDate.toString
(Qt.DateFormat format, QCalendar cal) SeeQDate::
toString(Qt::DateFormat, QCalendar)const final String
QDateTime.toString
(Qt.DateFormat format) final String
QTime.toString
(Qt.DateFormat f)