def weekday(self): """Return the day of the week as an integer, where Monday is 0 and Sunday is 6. :rtype: int """ return 0