woom.util.WoomDate.week# WoomDate.week# Return the week number of the year. Return type: int See also Timestamp.weekdayReturn the day of the week. Timestamp.quarterReturn the quarter of the year. Examples >>> ts = pd.Timestamp(2020, 3, 14) >>> ts.week 11