models_v2.num_week_in_month_enum module¶
- 
class 
models_v2.num_week_in_month_enum.NumWeekInMonthEnum[source]¶ Bases:
objectImplementation of the ‘NumWeekInMonth’ enum.
Specifies Num Week In Month type.
- Attributes:
 FIRST: TODO: type description here. SECOND: TODO: type description here. THIRD: TODO: type description here. FOURTH: TODO: type description here. LAST: TODO: type description here.
- 
FIRST= 'First'¶ 
- 
FOURTH= 'Fourth'¶ 
- 
LAST= 'Last'¶ 
- 
SECOND= 'Second'¶ 
- 
THIRD= 'Third'¶