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 value that represents the ending hour of the work day.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<BindableAttribute(True)> _
Public Property WorkDayEndHour As Short
Get
Set
'Usage
Dim instance As SPCalendarBase
Dim value As Short
value = instance.WorkDayEndHour
instance.WorkDayEndHour = value
[BindableAttribute(true)]
public short WorkDayEndHour { get; set; }
Property Value
Type: System.Int16