RadCalendar for ASP.NET

RadCalendar Send comments on this topic.
FirstDayOfWeek Property
See Also 
Telerik.WebControls Namespace > RadCalendar Class : FirstDayOfWeek Property


Specifies the day to display as the first day of the week on the RadCalendar control.

The FirstDayOfWeek enumeration can be found in System.Web.UI.WebControls Namespace.

  

 

Namespace: Telerik.WebControls
Assembly: RadCalendar (in RadCalendar.dll)

Syntax

Visual Basic (Declaration) 
Public Property FirstDayOfWeek As FirstDayOfWeek
Visual Basic (Usage)Copy Code
Dim instance As RadCalendar
Dim value As FirstDayOfWeek
 
instance.FirstDayOfWeek = value
 
value = instance.FirstDayOfWeek
C# 
public FirstDayOfWeek FirstDayOfWeek {get; set;}

Remarks

The FirstDayOfWeek enumeration represents the values that specify which day to display as the first day of the week on the RadCalendar control.

Member nameDescription
DefaultThe first day of the week is specified by the system settings.
FridayThe first day of the week is Friday.
MondayThe first day of the week is Monday.
SaturdayThe first day of the week is Saturday.
SundayThe first day of the week is Sunday.
ThursdayThe first day of the week is Thursday.
TuesdayThe first day of the week is Tuesday.
WednesdayThe first day of the week is Wednesday.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also