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

WeekStartDay() public méthode

Use this to determine which day is the first day of the week.
public WeekStartDay ( ) : int
Résultat int
        public int WeekStartDay()
        {
            return (int) interceptor.Invoke("weekStartDay", "weekStartDay() const", typeof(int));
        }