DisabledDatesCollection.Add Method

WebControls UltimateCalendar

UltimateCalendar Class Library

DisabledDatesCollection.Add Method 

Adds the specified System.DateTime to the DisabledDatesCollection.

[Visual Basic] Public Sub Add( _
   ByVal date As Date _
)
[C#]
public void Add(
   DateTime date
);

Parameters

date
The System.DateTime to add to the collection.

See Also

DisabledDatesCollection Class | Karamasoft.WebControls.UltimateCalendar Namespace