Method ParseToDateTime
ParseToDateTime(string)
Parses a string representation of a date and time to a DateTime object.
public static DateTime ParseToDateTime(this string dateString)
Parameters
dateString
stringThe string representation of the date and time.