バージョン

GetRange(CalendarType,DateTime,DateTime) メソッド

指定された予定表タイプに基づいて許容される日付範囲を取得します。
シンタックス
'宣言
 
Public Sub GetRange( _
   ByVal calendarType As CalendarType, _
   ByRef start As Date, _
   ByRef end As Date _
) 
public void GetRange( 
   CalendarType calendarType,
   out DateTime start,
   out DateTime end
)

パラメータ

calendarType
許容される日付範囲を取得する予定表タイプ。
start
許容される日付範囲の両立的な開始日を含む出力パラメータ。
end
許容される日付範囲の排他的な終了日を含む出力パラメータ。
例外
例外解説
System.ComponentModel.InvalidEnumArgumentExceptioncalendarTypeCalendarType 列挙体で定義されていません。
参照