C#好象没有datetime类型,你可以使用
string tt = null;
使用的时候可以用
Convert.ToDateTime(tt);