<?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>MattVanAndel.com &#187; DateTime</title>
	<atom:link href="http://www.mattvanandel.com/tag/datetime/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattvanandel.com</link>
	<description>Web Development for the Developmentally Challenged</description>
	<lastBuildDate>Fri, 20 Aug 2010 18:12:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>(C#) DateTimes: Finding the last day of a month</title>
		<link>http://www.mattvanandel.com/355/csharp-datetimes-finding-the-last-day-of-a-month/</link>
		<comments>http://www.mattvanandel.com/355/csharp-datetimes-finding-the-last-day-of-a-month/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 00:14:23 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Toolbox]]></category>
		<category><![CDATA[@Complexity: Intermediate]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[DateTime]]></category>

		<guid isPermaLink="false">http://www.mattvanandel.com/?p=355</guid>
		<description><![CDATA[Since we know that all months have at least one day, setting an existing DateTime to the first day of a month is a cinch... but finding the <em>last</em> day of a month is a wee bit more complicated since months tend to have a variable number of days from year to year.

Fortunately, there is a relatively simple (if roundabout) way to calculate the last day in a month.]]></description>
		<wfw:commentRss>http://www.mattvanandel.com/355/csharp-datetimes-finding-the-last-day-of-a-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
