CalendarCollection

CalendarCollection class

のコレクションを表しますCalendarオブジェクト.

public class CalendarCollection : IList<Calendar>

プロパティ

名前説明
Count { get; }このオブジェクトに含まれるオブジェクトの数を取得しますCalendarCollectionobject.

メソッド

名前説明
Add(string)この CalendarCollection オブジェクトに新しい基本カレンダーを追加し、追加されたカレンダーを返します。
Add(string, Calendar)指定された基本カレンダーを持つ新しいカレンダーをこの CalendarCollection オブジェクトに追加し、追加されたカレンダーを返します。
GetByName(string)指定された名前のカレンダーを返します。
GetByUid(int)指定された UID を持つカレンダーを返します。
GetEnumerator()このコレクションの列挙子を返します。
Remove(Calendar)プロジェクト CalendarCollection からカレンダーを削除します。
ToList()CalendarCollection オブジェクトを次のリストに変換します。Calendarオブジェクト.

関連項目