enum

KNX::DateTime::ResponseFlags

Inherits Enum < Comparable < Value < Object

Constants

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 methods

daylight_savings?

Returns true if this enum value contains DaylightSavings

Source
fault?

Returns true if this enum value contains Fault

Source
no_date?

Returns true if this enum value contains NoDate

Source
no_day_of_week?

Returns true if this enum value contains NoDayOfWeek

Source
no_time?

Returns true if this enum value contains NoTime

Source
no_working_day?

Returns true if this enum value contains NoWorkingDay

Source
no_year?

Returns true if this enum value contains NoYear

Source
none?
Source
working_day?

Returns true if this enum value contains WorkingDay

Source