Scheduler for WinForms
CurrentMonthDisplayOffset プロパティ (C1Calendar)
使用例 

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

C1Calendar クラス
C1Calendar メンバ