CalendarView for WinForms
CurrentMonthDisplayOffset プロパティ (C1CalendarView)
使用例 

C1.Win.Calendar.4.5.2 アセンブリ > C1.Win.Calendar 名前空間 > C1CalendarView クラス : CurrentMonthDisplayOffset プロパティ
現在の月の表示オフセットを取得または設定します。
シンタックス
'宣言
 
Public Property CurrentMonthDisplayOffset As System.Integer
public System.int CurrentMonthDisplayOffset {get; set;}
使用例
次の例では、現在の月を複数月カレンダーの中心に表示します。
c1CalendarView1.CalendarDimensions = 3;
c1CalendarView1.CurrentMonthDisplayOffset = 1;
参照

C1CalendarView クラス
C1CalendarView メンバ