获取或设置的小时的结束计划。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property EndHour As Integer
Get
Set
用法
Dim instance As SPDailySchedule
Dim value As Integer
value = instance.EndHour
instance.EndHour = value
public int EndHour { get; set; }
属性值
类型:System.Int32
32 位整数,它指定结束。
异常
| 异常 | 条件 |
|---|---|
| ArgumentOutOfRangeException | 该属性设置为一个值小于 0 或大于 23。 |