DEV Community

Discussion on: An Easy Way to Calculate Duration in C#

Collapse
 
bambutz profile image
BamButz

Hey Brandon, could you elaborate why you think this is a better solution? Is it because it seems to be more simple?

Collapse
 
brandonmweaver profile image
Brandon Weaver

I should have mentioned that I needed to know the start date and time, and so it was an especially convenient solution for my particular problem. There are certainly other simple/efficient approaches.