XmlConvert.ToTimeSpan(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static TimeSpan ToTimeSpan(System::String ^ s);
public static TimeSpan ToTimeSpan (string s);
static member ToTimeSpan : string -> TimeSpan
Public Shared Function ToTimeSpan (s As String) As TimeSpan
Parameters
- s
- String
The string to convert. The string format must conform to the W3C XML Schema Part 2: Datatypes recommendation for duration.
Returns
A TimeSpan
equivalent of the string.
Exceptions
s
is not in correct format to represent a TimeSpan
value.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET