![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
PVR timer weekdays (kodi::addon::PVRTimer::SetWeekdays() values)
Used to select the days of a week you want.
More...
Typedefs | |
typedef enum PVR_WEEKDAYS | PVR_WEEKDAY |
Enumerations | |
enum | PVR_WEEKDAYS { PVR_WEEKDAY_NONE = 0 , PVR_WEEKDAY_MONDAY = (1 << 0) , PVR_WEEKDAY_TUESDAY = (1 << 1) , PVR_WEEKDAY_WEDNESDAY = (1 << 2) , PVR_WEEKDAY_THURSDAY = (1 << 3) , PVR_WEEKDAY_FRIDAY = (1 << 4) , PVR_WEEKDAY_SATURDAY = (1 << 5) , PVR_WEEKDAY_SUNDAY = (1 << 6) , PVR_WEEKDAY_ALLDAYS } |
PVR timer weekdays (kodi::addon::PVRTimer::SetWeekdays() values)
Used to select the days of a week you want.
It can be also used to select several days e.g.:
typedef enum PVR_WEEKDAYS PVR_WEEKDAY |
enum PVR_WEEKDAYS |