OccurrenceInfoType.End Property
The End property gets or sets the end time of a modified occurrence of a recurring calendar item.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property End As DateTime
Get
Set
'Usage
Dim instance As OccurrenceInfoType
Dim value As DateTime
value = instance.End
instance.End = value
public DateTime End { get; set; }
Property Value
Type: System.DateTime
The End property returns the end time of a modified occurrence of a recurring calendar item.
See Also