=== Documentation * https://learn.microsoft.com/en-us/dotnet/api/system.datetime.parse[DateTime.Parse method] * https://learn.microsoft.com/en-us/dotnet/api/system.datetime.parseexact[DateTime.ParseExact method] * https://learn.microsoft.com/en-us/dotnet/api/system.datetime.tryparse[DateTime.TryParse method] * https://learn.microsoft.com/en-us/dotnet/api/system.datetime.tryparseexact[DateTime.TryParseExact method] * https://learn.microsoft.com/en-us/dotnet/api/system.dateonly[DateOnly type] * https://learn.microsoft.com/en-us/dotnet/api/system.datetime[DateTime type] * https://learn.microsoft.com/en-us/dotnet/api/system.datetimeoffset[DateTimeOffset type] * https://learn.microsoft.com/en-us/dotnet/api/system.timeonly[TimeOnly type] * https://learn.microsoft.com/en-us/dotnet/api/system.timespan[TimeSpan type] * https://learn.microsoft.com/en-us/dotnet/api/system.globalization.cultureinfo[Culture Info class documentation] * https://learn.microsoft.com/en-us/dotnet/standard/base-types/standard-date-and-time-format-strings[Standard date and time format strings]