Need help to filter data table

Hello @Venu_V

Try with:

Assign date_Earliest = dt_Datatable.AsEnumerable().Select(Function(row) DateTime.ParseExact(row("ConnectionUptime").ToString(), "yyyy-MM-dd HH:mm:ss", New System.Globalization.CultureInfo("da-DK"))).Min()

Regards
Soren