Timespan in C# converting to int? Somehow?

Posted by Bryan on Stack Overflow See other posts from Stack Overflow or by Bryan
Published on 2010-04-06T01:37:34Z Indexed on 2010/04/06 1:43 UTC
Read the original article Hit count: 292

Filed under:
|
|

I'm trying to use the Timespan class to create a start time and a stop time, get the difference and ultimately dividing and multiplying the result against another number.

The problem is getting into something I can work with.

Any suggestions?

© Stack Overflow or respective owner

Related posts about c#

Related posts about timespan