DeletedOccurrenceInfoType.Start Property
The Start property gets or sets the start of a duration.
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
Public Property Start As DateTime
Get
Set
'Usage
Dim instance As DeletedOccurrenceInfoType
Dim value As DateTime
value = instance.Start
instance.Start = value
public DateTime Start { get; set; }
Property Value
Type: System.DateTime
The Start property returns a DateTime object.
See Also