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
Itenso
TimePeriod
DayRange
C# Class Itenso.TimePeriod.DayRange
ファイルを表示
Open project: jwg4/date-difference
Public Methods
Method
Description
DayRange
(
int
day
) :
System
DayRange
(
int
min
,
int
max
) :
System
HasInside
(
int
test
) :
bool
Method Details
DayRange()
public
method
public
DayRange
(
int
day
) :
System
day
int
return
System
DayRange()
public
method
public
DayRange
(
int
min
,
int
max
) :
System
min
int
max
int
return
System
HasInside()
public
method
public
HasInside
(
int
test
) :
bool
test
int
return
bool