Scheduler for WinForms
DayCollection クラス
メンバ 

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : DayCollection クラス
Collection of all days in the C1Schedule component.
オブジェクト モデル
DayCollection クラス
シンタックス
'宣言
 
Public Class DayCollection 
   Inherits System.Collections.ObjectModel.KeyedCollection(Of Date,Day)
public class DayCollection : System.Collections.ObjectModel.KeyedCollection<DateTime,Day> 
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.Schedule.DayCollection

参照

DayCollection メンバ
C1.Schedule 名前空間