SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
swmmdatetimeformat.h
Go to the documentation of this file.
1
15#ifndef OPENSWMMVIS_CORE_SWMMDATETIMEFORMAT_H
16#define OPENSWMMVIS_CORE_SWMMDATETIMEFORMAT_H
17
18#include <QString>
19
20namespace openswmmvis::core {
21
35{
36 return QStringLiteral("MM/dd/yyyy HH:mm");
37}
38
39} // namespace openswmmvis::core
40
41#endif // OPENSWMMVIS_CORE_SWMMDATETIMEFORMAT_H
Definition swmmdatetime.h:42
QString swmmDateTimeDisplayFormat()
Canonical date-time format for display and editing: MM/dd/yyyy HH:mm.
Definition swmmdatetimeformat.h:34