<?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>PowerShell.nu &#187; Date and Time</title>
	<atom:link href="http://www.powershell.nu/tag/date-and-time/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.powershell.nu</link>
	<description>Windows PowerShell</description>
	<lastBuildDate>Thu, 08 Dec 2011 14:46:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Subtract X Days from a DateTime Object using PowerShell</title>
		<link>http://www.powershell.nu/2009/03/05/subtract-x-days-from-a-datetime-object-using-powershell/</link>
		<comments>http://www.powershell.nu/2009/03/05/subtract-x-days-from-a-datetime-object-using-powershell/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 21:45:56 +0000</pubDate>
		<dc:creator>Niklas Goude</dc:creator>
				<category><![CDATA[Date and Time]]></category>

		<guid isPermaLink="false">http://www.powershell.nu/?p=504</guid>
		<description><![CDATA[Adding 10 or 100 days to a DateTime object is easy, you can simply use the AddDays() method. PS > $Today = Get-Date PS > $Today Thursday, March 05, 2009 10:14:55 PM PS > $Today.AddDays(10) Sunday, March 15, 2009 10:14:55 PM But how can we subtract Days?? There is a Subtract() method available through the [...]]]></description>
		<wfw:commentRss>http://www.powershell.nu/2009/03/05/subtract-x-days-from-a-datetime-object-using-powershell/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

