Return the day of the week as an integer (Monday is 1, Sunday is 7).
Example
>>> dt = UTCDateTime(2008, 10, 1, 12, 30, 35, 45020) >>> dt.isoweekday() 3
Enter search terms or a module, class or function name.