Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
WikiFunctions
DBScanner
DateRange
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