ScheduledItem Class
Provides a wrapper that includes scheduling-specific behavior for items in the SPListItem class.
System.Object
Microsoft.SharePoint.Publishing.ScheduledItem
Microsoft.SharePoint.Publishing.PublishingPage
Microsoft.SharePoint.Publishing.ScheduledItem
Microsoft.SharePoint.Publishing.PublishingPage
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
A ScheduledItem item is visible on the published site only between the scheduled start date (StartDate) and end date (EndDate).
The ScheduledItem class wraps the SPListItem class. It also directly exposes the underlying SPListItem class through the ListItem property so that additional SPListItem and SPFile() functionality can be easily accessed.
This class can be instantiated by using the static GetScheduledItem method.