DateTimeCollectionIndexOf Method

Determines the index of a specific DateTime in the collection.

Definition

Namespace: BeeMobile.MonthCalendar
Assembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
C#
public int IndexOf(
	DateTime value
)

Parameters

value  DateTime
The object to locate in the DateTimeCollection

Return Value

Int32
The index of value if found in the list; otherwise, -1.

See Also