[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Lloyd Dupont

9/18/2003 12:44:00 AM

I created a TimeSpan with some Ticks value (roughly equal to one day
interval)

However when I print Hours and Milliseconds property of this TimeSpan I
obtain this very weird result:
myTimeSpan.Milliseconds = 564
myTimeSpan.Hours = 22

is that something you would call normal ?


1 Answer

zifengh

11/3/2003 9:31:00 PM

0

The behavior is correct.