Share via


EndDateRecurrenceRangeType.EndDate Property

The EndDate property gets or sets the end date of a recurring task or calendar item.

Namespace:  ExchangeWebServices
Assembly:  EWS (in EWS.dll)

Syntax

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

value = instance.EndDate

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

Property Value

Type: System.DateTime
The EndDate property returns a date/time value for the end date of a recurring task or calendar item.