private DateTime GetDataDate(string sourceDir) { var theDate = FileUtility.DateOf($"{sourceDir}\\nfl\\player.dbf"); return(theDate); }
private DateTime GetLastReportDate(string fileName) { var theDate = FileUtility.DateOf(fileName); return(theDate); }