以下成员源于类 QDate 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
bool
|
setYMD (int y , int m , int d ) |
(obsolete)
QString
|
longDayName (int weekday , QDate::MonthNameType type = DateFormat) |
(obsolete)
QString
|
longMonthName (int month , QDate::MonthNameType type = DateFormat) |
(obsolete)
QString
|
shortDayName (int weekday , QDate::MonthNameType type = DateFormat) |
(obsolete)
QString
|
shortMonthName (int month , QDate::MonthNameType type = DateFormat) |
[static]
QString
QDate::
longDayName
(
int
weekday
,
QDate::MonthNameType
type
= DateFormat)
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
Returns the long name of the weekday for the representation specified by type .
The days are enumerated using the following convention:
The day names will be localized according to the system's locale settings, i.e. using QLocale::system ().
Returns an empty string if the date is invalid.
该函数在 Qt 4.5 引入。
另请参阅 toString (), shortDayName (), shortMonthName (),和 longMonthName ().
[static]
QString
QDate::
longMonthName
(
int
month
,
QDate::MonthNameType
type
= DateFormat)
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
Returns the long name of the month for the representation specified by type .
The months are enumerated using the following convention:
The month names will be localized according to the system's locale settings, i.e. using QLocale::system ().
Returns an empty string if the date is invalid.
该函数在 Qt 4.5 引入。
另请参阅 toString (), shortMonthName (), shortDayName (),和 longDayName ().
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
in 5.0, use setDate () 代替。
Sets the date's year y , month m , and day d .
若
y
is in the range 0 to 99, it is interpreted as 1900 to 1999. Returns
false
if the date is invalid.
使用 setDate () 代替。
[static]
QString
QDate::
shortDayName
(
int
weekday
,
QDate::MonthNameType
type
= DateFormat)
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
Returns the short name of the weekday for the representation specified by type .
The days are enumerated using the following convention:
The day names will be localized according to the system's locale settings, i.e. using QLocale::system ().
Returns an empty string if the date is invalid.
该函数在 Qt 4.5 引入。
另请参阅 toString (), shortMonthName (), longMonthName (),和 longDayName ().
[static]
QString
QDate::
shortMonthName
(
int
month
,
QDate::MonthNameType
type
= DateFormat)
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
Returns the short name of the month for the representation specified by type .
The months are enumerated using the following convention:
The month names will be localized according to the system's locale settings, i.e. using QLocale::system ().
Returns an empty string if the date is invalid.
该函数在 Qt 4.5 引入。
另请参阅 toString (), longMonthName (), shortDayName (),和 longDayName ().