Kimono.KLocale.Use12Clock C# (CSharp) Method

Use12Clock() public method

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