I am going to assume that you were not sure what to add the query to the filter for the days that you specified in the source.
, , , dwInt , DayOfWeek "set", . , , , - , "" AND DayOfWeek dwInt, , 0, , "" . , :
var list = query.Where(f => (f.FromDateTime.DayOfWeek & dwInt) >0).ToList()
, , .