No need to convert. SqlDateTime has a Value property that returns a DateTime.
DateTime dt = SqlDateTime.MinValue.Value;
No need to convert. SqlDateTime has a Value property that returns a DateTime.
DateTime dt = SqlDateTime.MinValue.Value;