以下成员源于类 QDate 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
bool
|
setYMD (int y , int m , int d ) |
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 () 代替。