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