Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the types of schedules that can be selected using the SchedulePicker control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Enumeration ScheduleType
'Usage
Dim instance As SchedulePicker.ScheduleType
protected enum ScheduleType
Members
| Member name | Description | |
|---|---|---|
| None | Displays no schedule. | |
| Minutely | Displays a minute-based schedule. | |
| Hourly | Displays an hourly schedule. | |
| Daily | Displays a daily schedule. | |
| Weekly | Displays a weekly schedule. | |
| Monthly | Displays a monthly schedule. |