バージョン

DateTimeIncrement コンストラクタ(Int32,Int32,Int32,Int32,Int32,Int32,Int32)

新しい DateTimeIncrement オブジェクトをインスタンス化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal years As Integer, _
   ByVal months As Integer, _
   ByVal days As Integer, _
   ByVal hours As Integer, _
   ByVal minutes As Integer, _
   ByVal seconds As Integer, _
   ByVal milliseconds As Integer _
)
public DateTimeIncrement( 
   int years,
   int months,
   int days,
   int hours,
   int minutes,
   int seconds,
   int milliseconds
)

パラメータ

years
年数。
months
月数。
days
日数。
hours
時間数。
minutes
分数。
seconds
秒数。
milliseconds
ミリ秒数。
参照