Share via


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)

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

See also

Reference

SPCalendarBase class

SPCalendarBase members

Microsoft.SharePoint.WebControls namespace