string lastUpdated();

Function lastUpdated() returns a date from a header of a dbf file in yy.mm.dd format.


{
    // your code
    Console.WriteLine( "Last Updated = {0}", dbf.lastUpdated() );
    // your code
}