* \brief Return the date part of row 'row' * * Use this only when columnMode() is DateTime, Month or Day */
| 926 | * Use this only when columnMode() is DateTime, Month or Day |
| 927 | */ |
| 928 | QDate Column::dateAt(int row) const { |
| 929 | return d->dateAt(row); |
| 930 | } |
| 931 | |
| 932 | /** |
| 933 | * \brief Return the time part of row 'row' |