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

年-月カレンダーの年と月の書式を取得または設定します。
構文
Public Property YearMonthFormat As YearMonthFormat
public YearMonthFormat YearMonthFormat {get; set;}
解説
年-月カレンダーのヘッダの年、月領域の月の書式は、YearMonthFormatプロパティが参照するGrapeCity.Web.Input.IMCalendar.YearMonthFormatオブジェクトを使って設定します。

月-日カレンダーのヘッダの書式はHeaderFormatプロパティで設定します。
使用例
次のサンプルコードは、YearMonthFormatプロパティの使用方法を示します。
Imports GrapeCity.Web.Input.IMCalendar

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

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

DropDownCalendar クラス
DropDownCalendar メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.