PowerTools PlusPak for Windows Forms 8.0J
CalendarYear プロパティ
使用例 

カレンダーを会計年度の形式で表示するかどうかを取得または設定します。
構文
Public Property CalendarYear As CalendarYear
public CalendarYear CalendarYear {get; set;}

プロパティ値

CalendarYear 値の 1 つ。デフォルト値は Normal です。
使用例
次のサンプルコードは、カレンダーを4月−3月の会計年度表示にする例を示します。
Imports GrapeCity.Win.Calendar

GcCalendar1.CalendarYear = CalendarYear.Fiscal
GcCalendar1.FirstFiscalMonth = Months.April
using GrapeCity.Win.Calendar;

gcCalendar1.CalendarYear = CalendarYear.Fiscal;
gcCalendar1.FirstFiscalMonth = Months.April;
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcCalendar クラス
GcCalendar メンバ

Send Feedback