名前空間一覧 > GrapeCity.Web.Input.IMDate 名前空間 > DropDownCalendar クラス : YearMonthFormat プロパティ |
Public Property YearMonthFormat As YearMonthFormat
public YearMonthFormat YearMonthFormat {get; set;}
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月";