Share via


SPCalendarItem.EndDate property

Gets or sets the date and time for the end date of the calendar item.

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

Syntax

'Declaration
Public Property EndDate As DateTime
    Get
    Set
'Usage
Dim instance As SPCalendarItem
Dim value As DateTime

value = instance.EndDate

instance.EndDate = value
public DateTime EndDate { get; set; }

Property value

Type: System.DateTime
The end date of the calendar item.

Implements

ISPCalendarItem.EndDate

See also

Reference

SPCalendarItem class

SPCalendarItem members

Microsoft.SharePoint.WebControls namespace