I am importing a .txt file to a gatagridview and writing out a Schema.ini file

My columns that contains a date value is empty in my DGV when i use the:
DateTime in my .ini file

If I set it to Char then my date is populated

Does this mean my dates in the text file are not really dates but strings ??