Given date is working day or not

Not {0,6}.Contains(DateTime.ParseExact(YourStringVar,"ddMMyyyy", System.Globalization.CultureInfo.InvariantCulture).DayOfWeek)

for weekend days (SUN, SAT) it will return false, for other days it will return true