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





Gets the second day of the weekend.

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

 Syntax

C#  Copy Code

protected DayOfWeek SecondWeekendDay { get; }

Visual Basic  Copy Code

Protected ReadOnly Property SecondWeekendDay As DayOfWeek

 Property Value

One of the DayOfWeek enumeration values that specifies the second weekend day. Default value is DayOfWeek.Sunday.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace