NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IRecurrencePattern.ValidUntil

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);

Property Value

A DateTime that represents the date that the event recurrence pattern stops being valid. The default is the current day.

See Also

IRecurrencePattern Interface | IRecurrencePattern Members | System.Timers Namespace | DateTime | ValidFrom