Exemplo n.º 1
0
        public static bool TryParseExact(string input, string[] formats, IFormatProvider formatProvider, System.Globalization.TimeSpanStyles styles, out System.TimeSpan result)
        {
            result = default(System.TimeSpan);

            return(default(bool));
        }
Exemplo n.º 2
0
 public static System.TimeSpan ParseExact(string input, string[] formats, IFormatProvider formatProvider, System.Globalization.TimeSpanStyles styles)
 {
     return(default(System.TimeSpan));
 }