Share via


SPCalendarContainer.WorkDayStartHour property

Gets the value representing the starting hour of the work day.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property WorkDayStartHour As Short
    Get
'Usage
Dim instance As SPCalendarContainer
Dim value As Short

value = instance.WorkDayStartHour
public short WorkDayStartHour { get; }

Property value

Type: System.Int16

Implements

ISPCalendarSettings.WorkDayStartHour

See also

Reference

SPCalendarContainer class

SPCalendarContainer members

Microsoft.SharePoint.WebControls namespace