Please Help me on this.
I had two duration times in string format: Ex: "10" and "0.30"(actually there are in minutes)
I parsed those values Double and find the find the difference?
But I am getting the output as 9.7 which is wrong I want it as 9.30.. Please suggest
Thanks in advance!