MobileForms Toolkit Documentation

DayCellCollection.Item Property (DateTime)

Gets the DayCell array with the specified date within the collection.

public DayCell[] this[
System.DateTime date
] {get;}

Parameters

date
The date of the DayCell in the collection to retrieve.

Property Value

An item array representing the DayCell with the specified date within the collection.

Remarks

You can use this method to obtain the DayCell array with the specified date within the collection. If the date is invalid or cannot be found in collection, property returns null.

See Also

DayCellCollection Class | Resco.Controls.OutlookControls Namespace | DayCellCollection.Item Overload List