SPMonthPickerControl class

SPMonthPickerControl: control for provide ability to select move to random month in Year or move to previous or next Year. Control pretty generic and expect property has been set by caller Set of properties is the same as parent control: SPDatePickerControl

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    Microsoft.SharePoint.WebControls.SPDatePickerControl
      Microsoft.SharePoint.WebControls.SPMonthPickerControl

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class SPMonthPickerControl _
    Inherits SPDatePickerControl
'Usage
Dim instance As SPMonthPickerControl
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class SPMonthPickerControl : SPDatePickerControl

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPMonthPickerControl members

Microsoft.SharePoint.WebControls namespace