HiAnkitPal,
In the above code the function you need to pass the startdate and the end date to show the countdown timer. The function returns string. So you need to assign the function to label like below to display.
lblTimer.Text = CalculateTimeDifference(Convert.ToDateTime("01/09/2017 2:29:12 PM"), Convert.ToDateTime("01/11/2017 2:29:12 PM"));