This documentation is archived and is not being maintained.

Calendar.HasWeekSelectors Method

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[Visual Basic]
Protected Function HasWeekSelectors( _
   ByVal selectionMode As CalendarSelectionMode _
) As Boolean
[C#]
protected bool HasWeekSelectors(
 CalendarSelectionMode selectionMode
);
[C++]
protected: bool HasWeekSelectors(
 CalendarSelectionMode selectionMode
);
[JScript]
protected function HasWeekSelectors(
   selectionMode : CalendarSelectionMode
) : Boolean;

See Also

Calendar Class | Calendar Members | System.Web.UI.WebControls Namespace

Show: