RecurrenceEnd.EndDateTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The date after which the recurrence will end. (RFC 3339 literal format).
public DateTimeOffset? EndDateTime { get; set; }
member this.EndDateTime : Nullable<DateTimeOffset> with get, set
Public Property EndDateTime As Nullable(Of DateTimeOffset)