C# Class WikiFunctions.DBScanner.DateRange

Returns if the article was last edited between the specified dates
Inheritance: Scan
ファイルを表示 Open project: reedy/AutoWikiBrowser

Public Methods

Method Description
Check ( ArticleInfo article ) : bool
DateRange ( System.DateTime from, System.DateTime to ) : System

Method Details

Check() public method

public Check ( ArticleInfo article ) : bool
article ArticleInfo
return bool

DateRange() public method

public DateRange ( System.DateTime from, System.DateTime to ) : System
from System.DateTime
to System.DateTime
return System