MCPcopy Create free account
hub / github.com/KDE/labplot / dateAt

Method dateAt

src/backend/core/column/Column.cpp:928–930  ·  view source on GitHub ↗

* \brief Return the date part of row 'row' * * Use this only when columnMode() is DateTime, Month or Day */

Source from the content-addressed store, hash-verified

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

Callers 2

mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected