C# Class Claymore.ArchiveWikiBot.ArchiveByHalfYear

Inheritance: ArchiveByPeriod
Show file Open project: Claymore/WikiBots Class Usage Examples

Public Methods

Method Description
ArchiveByHalfYear ( L10i l10i, string title, string directory, int days, string format, string header, IEnumerable lookForLines, IEnumerable onHold, string removeFromText, bool checkForResult, bool newSectionsDown, int minimalSize, int forcedArchivationDelay ) : System

Protected Methods

Method Description
DateToPageName ( System.DateTime date ) : string
NormalizeDate ( System.DateTime date ) : System.DateTime

Method Details

ArchiveByHalfYear() public method

public ArchiveByHalfYear ( L10i l10i, string title, string directory, int days, string format, string header, IEnumerable lookForLines, IEnumerable onHold, string removeFromText, bool checkForResult, bool newSectionsDown, int minimalSize, int forcedArchivationDelay ) : System
l10i L10i
title string
directory string
days int
format string
header string
lookForLines IEnumerable
onHold IEnumerable
removeFromText string
checkForResult bool
newSectionsDown bool
minimalSize int
forcedArchivationDelay int
return System

DateToPageName() protected method

protected DateToPageName ( System.DateTime date ) : string
date System.DateTime
return string

NormalizeDate() protected method

protected NormalizeDate ( System.DateTime date ) : System.DateTime
date System.DateTime
return System.DateTime