RemoveDisabledDate Method
In This Topic
Removes the specified date from the list of disabled dates.
Syntax
'Declaration
Public Sub RemoveDisabledDate( _
ByVal As Date _
)
public void RemoveDisabledDate(
DateTime
)
Parameters
- date
- The date to remove from the date list.
See Also