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:

QKnxTimeBase

Public Types

enum DayOfWeek { Ignore, Monday, Tuesday, Wednesday, Thursday, …, Sunday }

Detailed Description

See also QKnxTimeBase and Qt KNX Datapoint Type Classes.

Member Type Documentation

enum QAbstractKnxTime::DayOfWeek

This enum holds the day of the week.

ConstantValue
QAbstractKnxTime::Ignore0
QAbstractKnxTime::Monday1
QAbstractKnxTime::Tuesday2
QAbstractKnxTime::Wednesday3
QAbstractKnxTime::Thursday4
QAbstractKnxTime::Friday5
QAbstractKnxTime::Saturday6
QAbstractKnxTime::Sunday7

© 2023 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.