Initializes a new instance of the
DateTimeInterval class.
シンタックス
'宣言
Public Function New( _
ByVal As System.Date, _
ByVal As System.Date _
)
public DateTimeInterval(
System.DateTime ,
System.DateTime
)
パラメータ
- start
- The System.DateTime value representing the beginning of the interval.
- end
- The System.DateTime value representing the end of the interval.
参照