✅ Reading Time Stamps From Database and Summing Time c#
so I'm reading time stamps from a database, and I need to sum the total time
I need help creating a function in my helpers file that can read the StartTime and EndTime from the database which are strings of time like
hh:mm:ss
and sum them up into a total time span for display. Thanks1 Reply
nevermind. I can't display any results until I get the functionality of saving the information first. I'll be back