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.
Gets or sets the starting and ending times for the schedule.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property Time As DateTime
Get
Set
'Usage
Dim instance As SPOneTimeSchedule
Dim value As DateTime
value = instance.Time
instance.Time = value
public DateTime Time { get; set; }
Type: System.DateTime
A System.DateTime structure that specifies the starting and ending times.
The Year property of the DateTime structure should not specify a year prior to 1900.