DateTimeCollectionItem Property

Gets or sets a DateTime at particular index.

Definition

Namespace: BeeMobile.MonthCalendar
Assembly: BeeMobile.MonthCalendar.NET48 (in BeeMobile.MonthCalendar.NET48.dll) Version: 4.8.0.2
C#
public DateTime this[
	int index
] { get; set; }

Parameters

index  Int32
Index of a DateTime to get or set.

Return Value

DateTime
DateTime at corresponding index.

Exceptions

ArgumentOutOfRangeException This exception is thrown if the provided index does not fall within the range of valid values.

See Also