PowerTools InputMan for ASP.NET 8.0J
CalendarType プロパティ (GcCalendar)
使用例 

カレンダーのタイプを取得または設定します。
構文
Public Property CalendarType As CalendarType
public CalendarType CalendarType {get; set;}

プロパティ値

既定値:CalendarType.MonthDay
解説
CalendarTypeプロパティはカレンダータイプを、月-日カレンダー、年-月カレンダーに切り替えます。


なお、ズームボタンの押下で月-日カレンダー、年-月カレンダーの表示を切り替えることができます。
使用例
次のサンプルコードは、カレンダーを年-月カレンダー形式に設定する方法を示します。
Imports GrapeCity.Web.Input.IMCalendar

GcCalendar1.CalendarType = CalendarType.YearMonth
GcCalendar1.YearMonthFormat.YearFormat = "ggg e年"
GcCalendar1.YearMonthFormat.MonthFormat = "MM月"
using GrapeCity.Web.Input.IMCalendar;

GcCalendar1.CalendarType = CalendarType.YearMonth;
GcCalendar1.YearMonthFormat.YearFormat = "ggg e年";
GcCalendar1.YearMonthFormat.MonthFormat = "MM月";
参照

GcCalendar クラス
GcCalendar メンバ
ShowZoomButton プロパティ
YearMonthFormat プロパティ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.