GCIM 名前空間 > DropDownCalendar タイプ : SetYearMonthFormat メソッド |
var instance = new GCIM.DropDownCalendar(); var returnValue; // Type: any // パラメータ var value; //タイプ: string returnValue = instance.SetYearMonthFormat(value);
function SetYearMonthFormat( value : string ) : any;
FindIMControl("GcCalendar1").SetYearMonthFormat("ggg e年,M月");