You may want to use a nullable datetime. Datetime? someDate = null;
You may find instances of people using DateTime.Max
or DateTime.Min
in such instances, but I highly doubt you want to do that. It leads to bugs with edge cases, code that's harder to read, etc.