SPOneTimeSchedule Class
Represents a schedule that specifies the time range during which the job will run.
Namespace:
Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
The one-time scheduled job is run during the next available time that meets the filter criteria. For example, if only the starting and ending seconds are set, the job runs during the next minute at a random point between the starting and ending seconds. If the starting second/ending second is set to 0/30 and the starting hour/ending hour is set to 22/23, the job starts between 11:00:00 P.M. and 11:00:30 P.M.
possible correction
Looks like if starting hour/ending hour is set to 22/23 and starting second/ending second is set to 0/30 the job would kick off between 10:00:00 and 11:00:30, isn't it...
- 12/12/2011
- Sunando Mukherjee