Example #1
0
        private DateTime GetDataDate(string sourceDir)
        {
            var theDate = FileUtility.DateOf($"{sourceDir}\\nfl\\player.dbf");

            return(theDate);
        }
        /// <summary>
        ///   Push this out to the TimeKeeper or perhaps a more appropriate class?
        /// </summary>
        /// <returns></returns>
        private static DateTime DataDate(string dataFile)
        {
            var theDate = FileUtility.DateOf(dataFile);

            return(theDate);
        }
Example #3
0
        private DateTime GetLastReportDate(string fileName)
        {
            var theDate = FileUtility.DateOf(fileName);

            return(theDate);
        }