Thanks LMA, Joel, your inputs helped me a lot. I found the below way to get the OA equivalent, it was easy after read your comments
DateTime aDate = DateTime.Now;
originalDateTB.Text = aDate.ToString();
convertedDateTB.Text = aDate.ToOADate().ToString();