Method | Description | |
---|---|---|
Parse ( string value, |
||
ToString ( this timeSpan, |
||
TryParse ( string value, |
public static Parse ( string value, |
||
value | string | |
info | ||
return | System.TimeSpan |
public static ToString ( this timeSpan, |
||
timeSpan | this | |
info | ||
format | string | |
return | string |
public static TryParse ( string value, |
||
value | string | |
info | ||
output | System.TimeSpan | |
return | bool |