On 28-Jan-06, at 12:12 PM, Mathieu Langlois wrote:
You can use the TotalSeconds property from date objects, which is a double. This is the basic property from date objects, all other calculations and properties are based on that value. So you can reconstruct a date object exactly with just that property.
And you can use that for comparisons and calculations as well. Time is just a part of the date object itself as you mentioned. You can also create you own date object if you provide sufficient information for Year, Month, Day, Hour, Minute and Second.
Terry _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
