votes
multiply time duration
Guys, I'm trying to calculate my total time textbox by the hourly rate textbox. below is an example of how my total time textbox is being output: [code]totalTime.Text = String.Format("{0:D2}:{1:D2}", diff1.Hours, diff1.Minutes) ...
