SPCalendarBase.WorkDayEndHour property

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)

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

See also

Reference

SPCalendarBase class

SPCalendarBase members

Microsoft.SharePoint.WebControls namespace