Re: [Nant-users] Calculating a span of time

2005-04-06 Thread Robert Smith
Thanks Evan, here's what worked for me to get the span of time:   ...do some stuff that takes time     ~Robert  On Mar 31, 2005 11:50 AM, Evan Levy <[EMAIL PROTECTED]> wrote: This is wordy, but *should* work (i.e.  I haven't tested):timespan::get-seconds(timespan::from-ticks(datetime::get-tick

RE: [Nant-users] Calculating a span of time

2005-03-31 Thread Evan Levy
types, substitute timespan::get-seconds for timespan::get-minutes, timespan::get-hours, etc. E -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Smith Sent: March 31, 2005 12:35 PM To: nant-users@lists.sourceforge.net Subject: [Nant-users] Calculating a sp

[Nant-users] Calculating a span of time

2005-03-31 Thread Robert Smith
I haven't found a way to determine the amount of time between a start and stop time...for instance: ...do some stuff that takes time I want to know how long between the two time periods in minutes and seconds... I tried to play with the timespan functions, but haven't found a way to succe