Is there a static value defined in the .net framework library similar to DateTime.MinValue and DateTime.MaxValue except with values that reflect Sql Server’s datetime datatype range? (January 1, 1753 – December 31, 9999)
Is there a static value defined in the .net framework library similar to DateTime.MinValue
Share
SqlDateTime.MinValue
SqlDateTime.MaxValue