Kimono.KCalendarSystem.CalendarLabel C# (CSharp) Method

CalendarLabel() public static method

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
return string
        public static string CalendarLabel(string calendarType)
        {
            return (string) staticInterceptor.Invoke("calendarLabel$", "calendarLabel(const QString&)", typeof(string), typeof(string), calendarType);
        }