SPCalendarBase.WorkDayStartHour Property
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