From 305f8549bc5f40135ac78df0dd4e1e14a14ef250 Mon Sep 17 00:00:00 2001 From: Ilya Sosnovsky Date: Fri, 27 Oct 2017 09:19:22 +0300 Subject: [PATCH] Fix V3118 --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index c083b61..a705fd3 100644 --- a/Program.cs +++ b/Program.cs @@ -42,7 +42,7 @@ static void Main(string[] args) Console.WriteLine( string.Format("[{0}]:\t转换完成[{1}毫秒].", Path.GetFileName(options.ExcelPath), - dur.Milliseconds) + dur.TotalMilliseconds) ); }