Compartilhar via


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)
Available in Sandboxed Solutions: No

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