Beispiel #1
0
 static public bool TryParseDuration(this string item, out Duration value)
 {
     return(Duration.TryParse(item, out value));
 }