Kimono.KLocale.Use12Clock C# (CSharp) 메소드

Use12Clock() 공개 메소드

Use this to determine if the user wants a 12 hour clock.
public Use12Clock ( ) : bool
리턴 bool
        public bool Use12Clock()
        {
            return (bool) interceptor.Invoke("use12Clock", "use12Clock() const", typeof(bool));
        }