enum KNX::DateTime::ResponseFlags
Defined in:
knx/datapoint/date_time.crEnum Members
-
DaylightSavings =
1
-
NoTime =
2
-
Just the date component is provided
-
NoDayOfWeek =
4
-
NoDate =
8
-
Month and Day of Month fields
-
NoYear =
16
-
NoWorkingDay =
32
-
WorkingDay =
64
-
Is this a week day / not a holiday
-
Fault =
128
-
None =
0
-
All =
255
Instance Method Summary
- #daylight_savings?
- #fault?
- #no_date?
- #no_day_of_week?
- #no_time?
- #no_working_day?
- #no_year?
- #none?
- #working_day?