Hi all,
I have a Silverlight application that contains a calendar control. I'm wanting to 'black out' days for which we have no data available, using the BlackoutDates property.
So I'm looking for a simple way to find all the dates that are currently visible (assuming a Month view, for now). I can use a brute force method, say taking the first day of the month minus seven days to the last day of the month plus seven days, but can anyone suggest a cleaner method?