models_v2.week_days_enum module¶
-
class
models_v2.week_days_enum.WeekDaysEnum[source]¶ Bases:
objectImplementation of the ‘WeekDays’ enum.
Specifies Week Days type.
- Attributes:
SUNDAY: TODO: type description here. MONDAY: TODO: type description here. TUESDAY: TODO: type description here. WEDNESDAY: TODO: type description here. THURSDAY: TODO: type description here. FRIDAY: TODO: type description here. SATURDAY: TODO: type description here.
-
FRIDAY= 'Friday'¶
-
MONDAY= 'Monday'¶
-
SATURDAY= 'Saturday'¶
-
SUNDAY= 'Sunday'¶
-
THURSDAY= 'Thursday'¶
-
TUESDAY= 'Tuesday'¶
-
WEDNESDAY= 'Wednesday'¶