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

Method defaultDateFormat

src/3rdparty/QXlsx/source/xlsxworkbook.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127QString Workbook::defaultDateFormat() const
128{
129 Q_D(const Workbook);
130 return d->defaultDateFormat;
131}
132
133void Workbook::setDefaultDateFormat(const QString &format)
134{

Callers 2

writeDateTimeMethod · 0.80
writeDateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected