ScheduledItem.EndDate プロパティ
取得または協定世界時 (UTC) でこのScheduledItemクラスが終了し、公開されたサイトでは表示されなくを設定します。
名前空間: 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 EndDate As DateTime
Get
Set
'使用
Dim instance As ScheduledItem
Dim value As DateTime
value = instance.EndDate
instance.EndDate = value
public DateTime EndDate { get; set; }
プロパティ値
型: System.DateTime
協定世界時 (UTC) でこのクラスが終了し、公開されたサイトで表示されていません。
注釈
2050 年 1 月 01日の値は、 ScheduledItemクラスのインスタンスが不要になった表示で公開されたサイトを示します。終了日は、この値に設定されている場合は、対応するユーザー インターフェイス文字列しない] を使用して、プロパティが表示されます。
このプロパティの設定後に変更内容を保存するには、ScheduledItem.ListItem.Update メソッドを呼び出します。
日付と時刻がこのプロパティによって返される変換できます UTC からサーバー側のコードの現地時間へSPRegionalSettings.TimeZone.UTCToLocalTime(DateTime)メソッドを使用しています。
この値を設定するには、ユーザーは PublishingPage に対する編集権限を持っている必要があります。ユーザーは、最初に取得して任意のプロパティ値を得る PublishingPage に対する表示権限を持っている必要があります。