<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _ <SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _ Public MustInherit Class SPSchedule
Dim instance As SPSchedule
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] [SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] public abstract class SPSchedule
Use the Schedule property of the SPJobDefinition class to get the schedule for a job definition.
Windows SharePoint Services job definitions can use the following schedule types:
SPOneTimeSchedule
SPMinuteSchedule
SPHourlySchedule
SPDailySchedule
SPMonthlySchedule
SPWeeklySchedule
SPYearlySchedule
Windows SharePoint Services does not support extending the SPSchedule class.