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.
Initializes a new instance of the SPOneTimeSchedule class based on the specified DateTime value.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub New ( _
dt As DateTime _
)
'Usage
Dim dt As DateTime
Dim instance As New SPOneTimeSchedule(dt)
public SPOneTimeSchedule(
DateTime dt
)
Parameters
dt
Type: System.DateTimeA System.DateTime structure that specifies the starting and ending times for the schedule.