Why does this time is not parsed ? (CurrentCulture = "en-US", LongTimePattern = "HH:mm:ss", TimeSeparator = ":")
Dim test As TimeSpan
Dim result As Boolean = TimeSpan.TryParseExact("15:16:42", "HH:mm:ss", System.Globalization.CultureInfo.CurrentCulture, test)
result variable is False ...