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 starting 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 WorkDayStartHour As Short
Get
Set
'Usage
Dim instance As SPCalendarBase
Dim value As Short
value = instance.WorkDayStartHour
instance.WorkDayStartHour = value
[BindableAttribute(true)]
public short WorkDayStartHour { get; set; }
Property Value
Type: System.Int16