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