<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Cngothic&#039;s Blog &#187; c#</title>
	<atom:link href="http://code.icfull.com/category/c/feed" rel="self" type="application/rss+xml" />
	<link>http://code.icfull.com</link>
	<description></description>
	<lastBuildDate>Mon, 12 Dec 2011 02:14:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>DateTime类</title>
		<link>http://code.icfull.com/201111/datetime.html</link>
		<comments>http://code.icfull.com/201111/datetime.html#comments</comments>
		<pubDate>Sun, 20 Nov 2011 13:21:16 +0000</pubDate>
		<dc:creator>cngothic</dc:creator>
				<category><![CDATA[c#]]></category>

		<guid isPermaLink="false">http://code.icfull.com/?p=47</guid>
		<description><![CDATA[获得当前系统时间： DateTime dt = DateTime.Now; Environment.TickCount可以得到“系统启动到现在”的毫秒值 DateTime now = DateTime.Now; Console.WriteLine(now.ToString("yyyy-MM-dd")); //按yyyy-MM-dd格式输出s Console.WriteLine(dt.ToString()); // 26/11/2009 AM 11:21:30 Console.WriteLine(dt.ToFileTime().ToString()); // 129036792908014024 Console.WriteLine(dt.ToFileTimeUtc().ToString()); // 129036792908014024 Console.WriteLine(dt.ToLocalTime().ToString()); // 26/11/2009 AM 11:21:30 Console.WriteLine(dt.ToLongDateString().ToString()); // 2009年11月26日 Console.WriteLine(dt.ToLongTimeString().ToString()); // AM 11:21:30 Console.WriteLine(dt.ToOADate().ToString()); // 40143.4732731597 Console.WriteLine(dt.ToShortDateString().ToString()); // &#8230; <a href="http://code.icfull.com/201111/datetime.html">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://code.icfull.com/201111/datetime.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

