I have a datatable with four columns and n rows. In the first column I have only integers (Int64) who represent a datetime. In the other three columns I have strings.
I only want to Change the integer values in the first column to a Datetime in the following Format (yyyy-MM-ddTHH:mm:ss.fffffff).
I attached what I tried to do. But I got a exception, that it is not possible to convert Int64 to DateTime.
So this is what I Need: 1.How to Loop through the first column. 2. How to Change/convert each entry in the first column from Int64 to DateTime