バージョン

CalendarDateRange コンストラクタ(DateTime,DateTime)

新しい CalendarDateRange を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal start As Date, _
   ByVal end As Date _
)
public CalendarDateRange( 
   DateTime start,
   DateTime end
)

パラメータ

start
開始日付
end
終了日付
参照