What is the starting value of a variable that is of date data type?

With VB6 you could use 0 which was basically setting it to no value, what is the .NET equal. I got some kind of 'could not convert date to integer' when I tried to use MinValue. Any suggestions?