<?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>Kaya BÜYÜKÇELEN &#187; DateTime</title>
	<atom:link href="http://www.kayabuyukcelen.com.tr/blog/tag/datetime/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kayabuyukcelen.com.tr/blog</link>
	<description>mutluluk motor sesidir...</description>
	<lastBuildDate>Sat, 07 Aug 2010 01:56:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>&#8216;Unix Timestamp&#8217; .net DateTime formatına nasıl dönüştürülür?</title>
		<link>http://www.kayabuyukcelen.com.tr/blog/unix-timestamp-net-datetime-formatina-nasil-donusturulur/</link>
		<comments>http://www.kayabuyukcelen.com.tr/blog/unix-timestamp-net-datetime-formatina-nasil-donusturulur/#comments</comments>
		<pubDate>Tue, 17 Jun 2008 19:55:05 +0000</pubDate>
		<dc:creator>Kaya Büyükçelen</dc:creator>
				<category><![CDATA[c#]]></category>
		<category><![CDATA[DateTime]]></category>
		<category><![CDATA[unix timestamp]]></category>

		<guid isPermaLink="false">http://www.buyukcelen.com/?p=3</guid>
		<description><![CDATA[Unix Timestamp kısaca; 1 ocak 1970 00:00:00&#8242;dan beri geçen toplam saniyelerdir. bir unixtimestamp i .net DateTime formatına aşağıdaki gibi dönüştürülür. DateTime zaman = new DateTime(1970, 1, 1, 0, 0, 0, 0); zaman = zaman.AddSeconds(timestampimiz); /* int timestampimiz=DÖNÜŞTÜRMEK İSTEDİĞİMİZ UNIX TIMESTAMP zamanı; */]]></description>
			<content:encoded><![CDATA[<p>Unix Timestamp kısaca; 1 ocak 1970 00:00:00&#8242;dan beri geçen toplam saniyelerdir. bir unixtimestamp i .net DateTime formatına aşağıdaki gibi dönüştürülür.</p>
<p><code>DateTime zaman = new DateTime(1970, 1, 1, 0, 0, 0, 0);<br />
zaman = zaman.AddSeconds(timestampimiz);</code></p>
<p>/*<br />
int timestampimiz=DÖNÜŞTÜRMEK İSTEDİĞİMİZ UNIX TIMESTAMP zamanı;<br />
*/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kayabuyukcelen.com.tr/blog/unix-timestamp-net-datetime-formatina-nasil-donusturulur/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
