DateTimeCollectionRemove Method
Removes the first occurrence of a specific
DateTime from the collection.
Namespace: BeeMobile.MonthCalendarAssembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
public void Remove(
DateTime value
)
Public Sub Remove (
value As DateTime
)
Parameters
- value DateTime
- The object to remove from the DateTimeCollection.