SPCalendarItem.hasEndDate property

Gets or sets a Boolean value that indicates whether the calendar item has an end date.

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

Syntax

'Declaration
Public Property hasEndDate As Boolean
    Get
    Set
'Usage
Dim instance As SPCalendarItem
Dim value As Boolean

value = instance.hasEndDate

instance.hasEndDate = value
public bool hasEndDate { get; set; }

Property value

Type: System.Boolean

Implements

ISPCalendarItem.hasEndDate

See also

Reference

SPCalendarItem class

SPCalendarItem members

Microsoft.SharePoint.WebControls namespace