ScheduledItem.StartDate 屬性
代表國際標準時間 (UTC) 的ListItem應該開始要讓發行的版本。
命名空間: Microsoft.SharePoint.Client.Publishing
組件: Microsoft.SharePoint.Client.Publishing.Silverlight (在 Microsoft.SharePoint.Client.Publishing.Silverlight.dll 中); Microsoft.SharePoint.Client.Publishing.Phone (在 Microsoft.SharePoint.Client.Publishing.Phone.dll 中) Microsoft.SharePoint.Client.Publishing (在 Microsoft.SharePoint.Client.Publishing.dll 中)
語法
'宣告
Public Property StartDate As DateTime
Get
Set
'用途
Dim instance As ScheduledItem
Dim value As DateTime
value = instance.StartDate
instance.StartDate = value
public DateTime StartDate { get; set; }
屬性值
類型:System.DateTime
國際標準時間 (UTC) 的ListItem應該開始發佈。