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) 在此类结束,并在发布网站上将不再可见。

备注

值为 1 月 01 2050年表示ScheduledItem类的实例不再可见的已发布的网站上。如果此值设置结束日期,属性将显示在相应的用户界面中使用字符串"从不"。

若要设置此属性后保存更改,请致电ScheduledItem.ListItem.Update方法。

返回日期和时间此属性可将从转换 UTC 为本地时间服务器端代码中使用SPRegionalSettings.TimeZone.UTCToLocalTime(DateTime)方法。

用户必须具有编辑权限PublishingPage若要将此值设置。用户必须在PublishingPage最初检索它,并获取其属性值的任何具有查看权限。

另请参阅

引用

ScheduledItem 类

ScheduledItem 成员

Microsoft.SharePoint.Client.Publishing 命名空间