On top of Abe Heidebrecht's Answer I am providing an example. I think Abe's answer is correct. I had the same issue with new object and class binding and solved the problem in the way mentioned below:
get
{
return (ClassDate - DateTime.MinValue).TotalDays == 0 ? DateTime.Now :ClassDate;
}
cheers :)