How i went about doing this is like this
Code:
if (DayOfWeek.Monday)
{
//blah blah blah
}
I thought about using System.DayOfWeek.Monday
That did not seem to work either
so if someone could tell me a way of going about doing this id be appreciative
Thanks






