Kimono.KLocale.CalendarType C# (CSharp) Метод

CalendarType() публичный Метод

Returns the name of the calendar system that is currently being used by the system.
public CalendarType ( ) : string
Результат string
        public string CalendarType()
        {
            return (string) interceptor.Invoke("calendarType", "calendarType() const", typeof(string));
        }