EndDate Property

WebControls UltimateCalendar

UltimateCalendar Class Library

SpecialDate.EndDate Property

Gets or sets the end date.

[Visual Basic] Public Property EndDate As Date
[C#]
public System.DateTime EndDate {get; set;}

Property Value

End date.

Remarks

Use this property to set the end date if the RecurringBase is not None and the recurrence needs to end on a specific date. Otherwise set this to DateTime.MinValue in order for the recurring to continue indefinitely.

See Also

SpecialDate Class | Karamasoft.WebControls.UltimateCalendar Namespace