Kimono.KLocale.WeekStartDay C# (CSharp) Method

WeekStartDay() public method

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