Kimono.KLocale.CalendarType C# (CSharp) Method

CalendarType() public method

Returns the name of the calendar system that is currently being used by the system.
public CalendarType ( ) : string
return string
        public string CalendarType()
        {
            return (string) interceptor.Invoke("calendarType", "calendarType() const", typeof(string));
        }