Gets or sets the date the recurrence pattern stops being valid.
[Visual Basic] Property ValidUntil As DateTime [C#] DateTime ValidUntil {get; set;} [C++] DateTime get_ValidUntil() = 0;void set_ValidUntil(DateTime) = 0; [JScript] abstract function get ValidUntil() : DateTime; public abstract function set ValidUntil(DateTime);
A DateTime that represents the date that the event recurrence pattern stops being valid. The default is the current day.
IRecurrencePattern Interface | IRecurrencePattern Members | System.Timers Namespace | DateTime | ValidFrom