SPOneTimeSchedule constructor (DateTime)
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.