It's a simple task that turned into a confusing situation.
2:20 min when placed in like this TimeSpan(0,2,20) and then TimeSpan.TotallSeconds gives you 140 seconds
But when you do the same calculation TimeSpan.FromMinutes(2.20).TotalSeconds it gives 132.
Google and other converters also give 132. So I would assume it is correct answer.
But when you calculate it like this 2 min = 120 sek + 20 sek it is 140 sek.
Is this a bug ? So which one is correct?