how can i get milliseconds with a date
Posted
by vakas
on Stack Overflow
See other posts from Stack Overflow
or by vakas
Published on 2010-04-07T11:22:30Z
Indexed on
2010/04/07
11:43 UTC
Read the original article
Hit count: 317
datetime
i am trying this
Datetime t=Convert.ToDateTime(row["TimeStamp"])
i am getting this record from Database dat contains the milliseconds too but when i do this i lose the milliseconds how can i get the milliseconds
© Stack Overflow or respective owner