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

Method writeDateTime

src/3rdparty/QXlsx/source/xlsxworksheet.cpp:886–892  ·  view source on GitHub ↗

! \overload Write a QDateTime \a dt to the cell \a row_column with the \a format. Returns true on success. */

Source from the content-addressed store, hash-verified

884 Returns true on success.
885 */
886bool Worksheet::writeDateTime(const CellReference &row_column, const QDateTime &dt, const Format &format)
887{
888 if (!row_column.isValid())
889 return false;
890
891 return writeDateTime(row_column.row(), row_column.column(), dt, format);
892}
893
894/*!
895 Write a QDateTime \a dt to the cell (\a row, \a column) with the \a format.

Callers

nothing calls this directly

Calls 12

datetimeToNumberFunction · 0.85
checkDimensionsMethod · 0.80
cellFormatMethod · 0.80
isDateTimeFormatMethod · 0.80
defaultDateFormatMethod · 0.80
addXfFormatMethod · 0.80
stylesMethod · 0.80
isDate1904Method · 0.80
isValidMethod · 0.45
rowMethod · 0.45
columnMethod · 0.45
setNumberFormatMethod · 0.45

Tested by

no test coverage detected