Claymore.ArchiveWikiBot.ArchiveByPeriod.DateToPageName C# (CSharp) Method

DateToPageName() protected method

protected DateToPageName ( System.DateTime date ) : string
date System.DateTime
return string
        protected virtual string DateToPageName(DateTime date)
        {
            return date.ToString(Format);
        }