为什么这个时间没有被解析?

时间:2016-11-15 15:01:05

标签: .net datetime time


 为什么这次没有被解析? (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)

结果变量为False ...

0 个答案:

没有答案