Validate application input

A user needs to enter a DateTime in a text field. You need to parse the value in code. Which method do you use?

DateTime.TryParse
Regex.Match
DateTime.Parse
Convert.ToDateTime