QAbstractKnxTime Class
The QAbstractKnxTime class is an abstract base class for datapoint types that contain time information. More...
Header: | #include <QAbstractKnxTime> |
qmake: | QT += knx |
Inherited By: |
Public Types
enum | DayOfWeek { Ignore, Monday, Tuesday, Wednesday, Thursday, …, Sunday } |
See also QKnxTimeBase and Qt KNX Datapoint Type Classes.
Member Type Documentation
enum QAbstractKnxTime::DayOfWeek
This enum holds the day of the week.
Constant | Value |
---|---|
QAbstractKnxTime::Ignore | 0 |
QAbstractKnxTime::Monday | 1 |
QAbstractKnxTime::Tuesday | 2 |
QAbstractKnxTime::Wednesday | 3 |
QAbstractKnxTime::Thursday | 4 |
QAbstractKnxTime::Friday | 5 |
QAbstractKnxTime::Saturday | 6 |
QAbstractKnxTime::Sunday | 7 |
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.