Kimono.KCalendarSystem.CalendarLabel C# (CSharp) 메소드

CalendarLabel() 공개 정적인 메소드

Returns a typographically correct and translated label to display for the calendar system type. Use with calendarSystems() to neatly format labels to display on combo widget of available calendar systems. name="calendarType" the specific calendar type to return the label for
public static CalendarLabel ( string calendarType ) : string
calendarType string
리턴 string
        public static string CalendarLabel(string calendarType)
        {
            return (string) staticInterceptor.Invoke("calendarLabel$", "calendarLabel(const QString&)", typeof(string), typeof(string), calendarType);
        }