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

年-月カレンダーの年と月の書式を取得または設定します。
構文
Public Property YearMonthFormat As YearMonthFormat
public YearMonthFormat YearMonthFormat {get; set;}
解説
年-月カレンダーのヘッダの年、月領域の月の書式は、YearMonthFormatプロパティが参照するYearMonthFormatオブジェクトを使って設定します。
月-日カレンダーのヘッダの書式はHeaderFormatプロパティで設定します。
使用例
次のサンプルコードは、YearMonthFormatプロパティの使用方法を示します。
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 メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.