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!

RecurrencePattern.ValidUntil

Gets or sets the date the event recurrence pattern stops being valid.

[Visual Basic]
Overridable Public Property ValidUntil As DateTime
[C#]
public DateTime ValidUntil {virtual get; virtual set;}
[C++]
public: __property virtual DateTime get_ValidUntil();
public: __property virtual void set_ValidUntil(DateTime);
[JScript]
public function get ValidUntil() : DateTime;
public function set ValidUntil(DateTime);

Property Value

A DateTime that represents a specific date. The default is 12/31/9999 11:59:59PM.

Remarks

If the ValidFrom property is greater than the ValidUntil property, the values are switched.

See Also

RecurrencePattern Class | RecurrencePattern Members | System.Timers Namespace | DateTime | ValidFrom