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