<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: Visual Basic 6: How to change the system date and time?</title>
	<link>http://spyder360.awardspace.com/2008/04/09/visual-basic-6-how-to-change-the-system-date-and-time/</link>
	<description>Not just another bla... bla... blog</description>
	<pubDate>Fri, 04 Dec 2009 07:35:58 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
		<item>
		<title>By: Mario</title>
		<link>http://spyder360.awardspace.com/2008/04/09/visual-basic-6-how-to-change-the-system-date-and-time/#comment-4</link>
		<dc:creator>Mario</dc:creator>
		<pubDate>Sat, 05 Jul 2008 10:40:16 +0000</pubDate>
		<guid>http://spyder360.awardspace.com/2008/04/09/visual-basic-6-how-to-change-the-system-date-and-time/#comment-4</guid>
		<description>here's an example:

Private Form_Load()
   ChangeSystemDateTime
End Sub

Sub ChangeSystemDateTime()
   Date = "7/5/2008" 'In here, your system date will be changed to 7/5/2008.
   Time = "7:00 PM" 'In here, your system time will be changed to 7:00 PM.
End Sub</description>
		<content:encoded><![CDATA[<p>here&#8217;s an example:</p>
<p>Private Form_Load()<br />
   ChangeSystemDateTime<br />
End Sub</p>
<p>Sub ChangeSystemDateTime()<br />
   Date = &#8220;7/5/2008&#8243; &#8216;In here, your system date will be changed to 7/5/2008.<br />
   Time = &#8220;7:00 PM&#8221; &#8216;In here, your system time will be changed to 7:00 PM.<br />
End Sub</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joanna</title>
		<link>http://spyder360.awardspace.com/2008/04/09/visual-basic-6-how-to-change-the-system-date-and-time/#comment-3</link>
		<dc:creator>joanna</dc:creator>
		<pubDate>Thu, 26 Jun 2008 07:22:51 +0000</pubDate>
		<guid>http://spyder360.awardspace.com/2008/04/09/visual-basic-6-how-to-change-the-system-date-and-time/#comment-3</guid>
		<description>how to change the system time and dte on your computer?</description>
		<content:encoded><![CDATA[<p>how to change the system time and dte on your computer?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
