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

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

C1Calendar クラス
C1Calendar メンバ