SPOneTimeSchedule-Konstruktor (DateTime)
Initialisiert eine neue Instanz der Klasse SPOneTimeSchedule basierend auf dem angegebenen DateTime -Wert.
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
)
Parameter
dt
Typ: System.DateTimeEine System.DateTime -Struktur, die Start- und Endzeiten für den Zeitplan angibt.