{"id":7077,"date":"2022-03-15T17:32:49","date_gmt":"2022-03-15T08:32:49","guid":{"rendered":"https:\/\/www.auctionpro.co.kr\/?p=7077"},"modified":"2022-04-21T10:35:57","modified_gmt":"2022-04-21T01:35:57","slug":"c-subtrct-%ea%b2%bd%ea%b3%bc%ec%8b%9c%ea%b0%84","status":"publish","type":"post","link":"https:\/\/www.auctionpro.co.kr\/?p=7077","title":{"rendered":"C# Subtrct \uacbd\uacfc\uc2dc\uac04"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Remark :  \uacbd\uacfc \uc2dc\uac04 \uacc4\uc0b0 \ud558\uae30 <\/h3>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"block-a3fe2b86-5904-43da-81a5-f40a4412ba54\">1,TimeSpan \uc0ac\uc6a9<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:c# decode:true \">static void Main(string[] args)\n{\n\tDateTime dStart = DateTime.Now;\n\tThread.Sleep(2000);\n\t\n\tTimeSpan SpanGap = DateTime.Now - dStart;\n\n\tTimeSpan SpanGapSecond = new TimeSpan(SpanGap.Hours, SpanGap.Minutes, SpanGap.Seconds, 0);\n\n\tConsole.WriteLine(\"{0}\", SpanGapSecond.ToString());\n\n\t\/\/00:00:02.113456\n\tConsole.ReadLine();\n}<\/pre><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">2.Stopwatch \uc0ac\uc6a9\/ \ubc84\uc804\uc5d0 \uc0c1\uad00\uc5c6\uc774 \uc4f8\uc218 \uc788\ub294 \ubc29\uc2dd (\ucd94\ucc9c)<\/h3>\n\n\n\n<div class=\"wp-block-urvanov-syntax-highlighter-code-block\"><pre class=\"lang:c# decode:true \">static void Main(string[] args)\n{\n\tvar timer = System.Diagnostics.Stopwatch.StartNew();\n\t\/\/ sleep for 1.5s\n\tThread.Sleep(1500);\n\ttimer.Stop();\n\tvar elapsed = timer.Elapsed;\n\n\tConsole.WriteLine(elapsed.ToString(\"mm':'ss':'fff\"));\n\n\t\/\/00:00:01.504\n\tConsole.ReadLine();\n}<\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<div class=\"mh-excerpt\"><p>Remark : \uacbd\uacfc \uc2dc\uac04 \uacc4\uc0b0 \ud558\uae30 1,TimeSpan \uc0ac\uc6a9 2.Stopwatch \uc0ac\uc6a9\/ \ubc84\uc804\uc5d0 \uc0c1\uad00\uc5c6\uc774 \uc4f8\uc218 \uc788\ub294 \ubc29\uc2dd (\ucd94\ucc9c)<\/p>\n<\/div>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[10],"tags":[],"class_list":["post-7077","post","type-post","status-publish","format-standard","hentry","category-devc"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>C# Subtrct \uacbd\uacfc\uc2dc\uac04 - AuctionPro<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.auctionpro.co.kr\/?p=7077\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"C# Subtrct \uacbd\uacfc\uc2dc\uac04 - AuctionPro\" \/>\n<meta property=\"og:description\" content=\"Remark : \uacbd\uacfc \uc2dc\uac04 \uacc4\uc0b0 \ud558\uae30 1,TimeSpan \uc0ac\uc6a9 2.Stopwatch \uc0ac\uc6a9\/ \ubc84\uc804\uc5d0 \uc0c1\uad00\uc5c6\uc774 \uc4f8\uc218 \uc788\ub294 \ubc29\uc2dd (\ucd94\ucc9c)\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.auctionpro.co.kr\/?p=7077\" \/>\n<meta property=\"og:site_name\" content=\"AuctionPro\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-15T08:32:49+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-04-21T01:35:57+00:00\" \/>\n<meta name=\"author\" content=\"golgol\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\uae00\uc4f4\uc774\" \/>\n\t<meta name=\"twitter:data1\" content=\"golgol\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7077#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7077\"},\"author\":{\"name\":\"golgol\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"headline\":\"C# Subtrct \uacbd\uacfc\uc2dc\uac04\",\"datePublished\":\"2022-03-15T08:32:49+00:00\",\"dateModified\":\"2022-04-21T01:35:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7077\"},\"wordCount\":5,\"commentCount\":0,\"articleSection\":[\"[Dev]C#\"],\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7077#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7077\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7077\",\"name\":\"C# Subtrct \uacbd\uacfc\uc2dc\uac04 - AuctionPro\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\"},\"datePublished\":\"2022-03-15T08:32:49+00:00\",\"dateModified\":\"2022-04-21T01:35:57+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7077#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7077\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?p=7077#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\ud648\",\"item\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"C# Subtrct \uacbd\uacfc\uc2dc\uac04\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#website\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/\",\"name\":\"AuctionPro\",\"description\":\"\uc625\uc158\ud504\ub85c\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/#\\\/schema\\\/person\\\/d3dbae599b06cd55f5b14a3e2116f7a2\",\"name\":\"golgol\",\"url\":\"https:\\\/\\\/www.auctionpro.co.kr\\\/?author=6\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"C# Subtrct \uacbd\uacfc\uc2dc\uac04 - AuctionPro","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.auctionpro.co.kr\/?p=7077","og_locale":"ko_KR","og_type":"article","og_title":"C# Subtrct \uacbd\uacfc\uc2dc\uac04 - AuctionPro","og_description":"Remark : \uacbd\uacfc \uc2dc\uac04 \uacc4\uc0b0 \ud558\uae30 1,TimeSpan \uc0ac\uc6a9 2.Stopwatch \uc0ac\uc6a9\/ \ubc84\uc804\uc5d0 \uc0c1\uad00\uc5c6\uc774 \uc4f8\uc218 \uc788\ub294 \ubc29\uc2dd (\ucd94\ucc9c)","og_url":"https:\/\/www.auctionpro.co.kr\/?p=7077","og_site_name":"AuctionPro","article_published_time":"2022-03-15T08:32:49+00:00","article_modified_time":"2022-04-21T01:35:57+00:00","author":"golgol","twitter_card":"summary_large_image","twitter_misc":{"\uae00\uc4f4\uc774":"golgol"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.auctionpro.co.kr\/?p=7077#article","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=7077"},"author":{"name":"golgol","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"headline":"C# Subtrct \uacbd\uacfc\uc2dc\uac04","datePublished":"2022-03-15T08:32:49+00:00","dateModified":"2022-04-21T01:35:57+00:00","mainEntityOfPage":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=7077"},"wordCount":5,"commentCount":0,"articleSection":["[Dev]C#"],"inLanguage":"ko-KR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.auctionpro.co.kr\/?p=7077#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.auctionpro.co.kr\/?p=7077","url":"https:\/\/www.auctionpro.co.kr\/?p=7077","name":"C# Subtrct \uacbd\uacfc\uc2dc\uac04 - AuctionPro","isPartOf":{"@id":"https:\/\/www.auctionpro.co.kr\/#website"},"datePublished":"2022-03-15T08:32:49+00:00","dateModified":"2022-04-21T01:35:57+00:00","author":{"@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2"},"breadcrumb":{"@id":"https:\/\/www.auctionpro.co.kr\/?p=7077#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.auctionpro.co.kr\/?p=7077"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.auctionpro.co.kr\/?p=7077#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\ud648","item":"https:\/\/www.auctionpro.co.kr\/"},{"@type":"ListItem","position":2,"name":"C# Subtrct \uacbd\uacfc\uc2dc\uac04"}]},{"@type":"WebSite","@id":"https:\/\/www.auctionpro.co.kr\/#website","url":"https:\/\/www.auctionpro.co.kr\/","name":"AuctionPro","description":"\uc625\uc158\ud504\ub85c","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.auctionpro.co.kr\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/www.auctionpro.co.kr\/#\/schema\/person\/d3dbae599b06cd55f5b14a3e2116f7a2","name":"golgol","url":"https:\/\/www.auctionpro.co.kr\/?author=6"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/7077","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7077"}],"version-history":[{"count":0,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=\/wp\/v2\/posts\/7077\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7077"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=7077"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.auctionpro.co.kr\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=7077"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}