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));
        }