Kimono.KLocale.Use12Clock C# (CSharp) Méthode

Use12Clock() public méthode

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