ASP.NET Pack Programmer's Guide
Calendar.FirstWeekendDay Property
See Also
 





Gets or sets the first weekend day in the calendar.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public DayOfWeek FirstWeekendDay { get; set; }

Visual Basic  Copy Code

Public Property FirstWeekendDay As DayOfWeek

 Property Value

One of the System.DayOfWeek enumeration values that specifies the first weekend day in the calendar. Default value is DayOfWeek.Saturday.

 Remarks

Specifies which day to regard as start of the weekend.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace