Just to add for crabramson, I'm not sure if you'll want the actual time part of the Date returned by:

Code:
Debug.WriteLine(StartDate)
So you can do:

Code:
Debug.WriteLine(StartDate.ToString("MM-dd-yyyy"))