SolarWeek.fromDate(DateTime date, int start) { _year = date.year; _month = date.month; _day = date.day; _start = start; }