DateTimeCollectionAdd Method
Adds a new
DateTime object to the collection.
Namespace: BeeMobile.MonthCalendarAssembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
public int Add(
DateTime value
)
Public Function Add (
value As DateTime
) As Integer
- value DateTime
- A DateTime object to add.
Int32Index of the
DateTime which has been added to the collection.