Kimono.KLocale.SetCalendar C# (CSharp) 메소드

SetCalendar() 공개 메소드

Changes the current calendar system to the calendar specified. Currently "gregorian" and "hijri" are supported. If the calendar system specified is not found, gregorian will be used. name="calendarType" the name of the calendar type
public SetCalendar ( string calendarType ) : void
calendarType string
리턴 void
        public void SetCalendar(string calendarType)
        {
            interceptor.Invoke("setCalendar$", "setCalendar(const QString&)", typeof(void), typeof(string), calendarType);
        }