Is datetime values with microseconds are converted into double with exact precision?
For eg. i have date as 3 July 2017 10:00:00 00 Ticks 636346728000000050. which converted into double as i am getting as 42919.4166666667. As similarly, i have added the 50 Ticks to current date ie. 3 July 2017 10:00:00 00 Ticks 636346728000000100 which converted into double, also getting same double value but the ticks value has added into date.
I am converted into double by this method date.ToOADate()
can anyone please resolve this ?
Thanks in advance :)