ComponentFactory.Krypton.Toolkit.KryptonContextMenuMonthCalendar.ShouldSerializeFirstDayOfWeek C# (CSharp) Method

ShouldSerializeFirstDayOfWeek() private method

private ShouldSerializeFirstDayOfWeek ( ) : bool
return bool
        private bool ShouldSerializeFirstDayOfWeek()
        {
            return (FirstDayOfWeek != Day.Default);
        }