I have a problem calculating Time from decimal values. Could someone please help me.
Description:
(hr:min)I have a textbox on my form which takes input as "start time" e.g. 02:30. There is another textbox that takes in "Minutes" e.g. 90 as input and another textbox that takes in "extended time in minutes" e.g. 60 as input.
Now based on these three i.e. "start time" , " minutes" and "extended time in minutes" i.e. 02:30 + 90 min + 60 min I have to calculate and display "End time" in another text box ...in this case it will be 05:00.
Can someone please tell me how do I calculate this at the click of a button ?
Description:
(hr:min)I have a textbox on my form which takes input as "start time" e.g. 02:30. There is another textbox that takes in "Minutes" e.g. 90 as input and another textbox that takes in "extended time in minutes" e.g. 60 as input.
Now based on these three i.e. "start time" , " minutes" and "extended time in minutes" i.e. 02:30 + 90 min + 60 min I have to calculate and display "End time" in another text box ...in this case it will be 05:00.
Can someone please tell me how do I calculate this at the click of a button ?