public DateTime RecurUntil { get; set; }
Public Property RecurUntil As DateTime
Get
Set
public:
property DateTime RecurUntil {
DateTime get ();
void set (DateTime value);
}
member RecurUntil : DateTime with get, set
If no frequency has been set or it is set to never end, DateTime.MaxValue is returned. If set to end after a specific date, the specified ending date is returned. If set to end after a specific number of occurrences (see MaximumOccurrences), the end date is calculated and returned.
If set to a date, the recurrence will be set to end after the specified date and the MaximumOccurrences value will be set to zero. The value is expressed in local time.