This is not the results I expected - Am I totally misunderstanding something here?
Should (8/20/2009 12:26:45 AM - 8/19/2009 1:22:00 PM) really return a result of 4 minutes?
==========================================
TimeSpan spanDiff = DateTime.Now.Subtract(GetDateTimeFromSessionFolderName(sessionChildFolder.Name));
LogHelper.Info("Time calc = " + DateTime.Now.ToString() + " - " + GetDateTimeFromSessionFolderName(sessionChildFolder.Name).ToString());
LogHelper.Info("Diff = " + spanDiff.Minutes.ToString());
=========================================
OUTPUT
=========================================
Time calc = 8/20/2009 12:26:45 AM - 8/19/2009 1:22:00 PM
Diff = 4