SpecialDatesCollection.Add Method (SpecialDate)

WebControls UltimateCalendar

UltimateCalendar Class Library

SpecialDatesCollection.Add Method (SpecialDate)

Adds the SpecialDate to the SpecialDatesCollection.

[Visual Basic] Overloads Public Sub Add( _
   ByVal specialDate As SpecialDate _
)
[C#]
public void Add(
   SpecialDate specialDate
);

Parameters

specialDate
The SpecialDate to add to the collection.

See Also

SpecialDatesCollection Class | Karamasoft.WebControls.UltimateCalendar Namespace | SpecialDatesCollection.Add Overload List