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?

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