C# Method to sum hh:mm data ???
Posted
by abmv
on Stack Overflow
See other posts from Stack Overflow
or by abmv
Published on 2010-05-20T06:49:44Z
Indexed on
2010/05/20
6:50 UTC
Read the original article
Hit count: 429
I want a method that will sum data that is string in the format hh:mm (time hours and minutes)
0:15 + 0:15 = 0:30
Am I asking for too much !!! ;-)
© Stack Overflow or respective owner