MonthCalendar control question
I'm using VS 2005 beta 2
I want the MonthCalendar control to return the single day selected.
I have MaxSelectionCount = 1.
What I get back though is this:
"SelectionRange: Start: 5/5/2005 12:00:00 AM, End: 5/5/2005 12:00:00 AM"
How do I get the single day date?
Despite what the documenation says, the MonthCalendar control does not have the .SelectionStart nor the .SelectionEnd property.
Thanks!

