<?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>IAintaBlonde.com &#187; VB.NET</title>
	<atom:link href="http://www.iaintablonde.com/category/vbnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.iaintablonde.com</link>
	<description>Now that u know, lets get serious..............</description>
	<lastBuildDate>Thu, 04 Feb 2010 21:17:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Calculating session time using date time stamps in vb.net</title>
		<link>http://www.iaintablonde.com/2007/07/19/calculating-session-time-using-date-time-stamps-in-vbnet/</link>
		<comments>http://www.iaintablonde.com/2007/07/19/calculating-session-time-using-date-time-stamps-in-vbnet/#comments</comments>
		<pubDate>Thu, 19 Jul 2007 20:49:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[VB.NET]]></category>
		<category><![CDATA[Visual Studio 2005]]></category>

	<!-- AutoMeta Start -->
	<category>parseexact</category>
	<category>sessionstart</category>
	<category>sessionend</category>
	<category>yyyy</category>
	<category></category>
	<category></category>
	<category>datetime</category>
	<category>totalsession</category>
	<category>dateinterval</category>
	<category>headahce</category>
	<!-- AutoMeta End -->
	
		<guid isPermaLink="false">http://www.iaintablonde.com/2007/07/19/calculating-session-time-using-date-time-stamps-in-vbnet/</guid>
		<description><![CDATA[Lets say your timestamp looks like this:
d1 -16:08 03-11-2006
d2 -12:00 06-11-2006
Its a pain to figure out what the studio spits out as errors, so here is long story short, the code of it!
 SessionStart = DateTime.ParseExact(d1, &#8220;HH:mm dd-MM-yyyy   &#8220;, Nothing)
SessionEnd = DateTime.ParseExact(d2, &#8220;HH:mm dd-MM-yyyy   &#8220;, Nothing)
TotalSession = DateDiff(DateInterval.Minute, SessionStart, SessionEnd)
Now, wasnt [...]]]></description>
			<content:encoded><![CDATA[<p>Lets say your timestamp looks like this:</p>
<p>d1 -16:08 03-11-2006</p>
<p>d2 -12:00 06-11-2006<br />
Its a pain to figure out what the studio spits out as errors, so here is long story short, the code of it!</p>
<p><code> </code>SessionStart = DateTime.ParseExact(d1, &#8220;HH:mm dd-MM-yyyy   &#8220;, Nothing)</p>
<p>SessionEnd = DateTime.ParseExact(d2, &#8220;HH:mm dd-MM-yyyy   &#8220;, Nothing)<br />
TotalSession = DateDiff(DateInterval.Minute, SessionStart, SessionEnd)</p>
<p>Now, wasnt that simple??</p>
<p>Yeah , worth couple of hours of a headahce!<br />
<iframe frameborder="0" id="gnotes-notemagic" style="position: absolute; display: block; opacity: 0.7; z-index: 500; width: 1px; height: 1px; top: 166px; right: 557px" src="http://www.google.com/notebook/static_files/blank.html">&lt;/p&gt;</iframe></p>
<p class="facebook"><a href="http://www.facebook.com/share.php?u=http://www.iaintablonde.com/2007/07/19/calculating-session-time-using-date-time-stamps-in-vbnet/" target="_blank"><img src="http://www.iaintablonde.com/wp-content/plugins/add-to-facebook-plugin/facebook_share_icon.gif" alt="Share on Facebook" title="Share on Facebook" /></a><a href="http://www.facebook.com/share.php?u=http://www.iaintablonde.com/2007/07/19/calculating-session-time-using-date-time-stamps-in-vbnet/" target="_blank" title="Share on Facebook">Share on Facebook</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.iaintablonde.com/2007/07/19/calculating-session-time-using-date-time-stamps-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
