Scheduler for WinForms
DateAppointmentsCollection クラス
メンバ 

C1.Win.Schedule.6 アセンブリ > C1.Schedule.Printing 名前空間 : DateAppointmentsCollection クラス
The DateAppointmentsCollection class represents the System.Collections.ObjectModel.KeyedCollection`2 collection which can be used as a data source in C1PrintDocument documents.
オブジェクト モデル
DateAppointmentsCollection クラス
シンタックス
'宣言
 
Public Class DateAppointmentsCollection 
   Inherits System.Collections.ObjectModel.KeyedCollection(Of Date,DateAppointments)
public class DateAppointmentsCollection : System.Collections.ObjectModel.KeyedCollection<DateTime,DateAppointments> 
継承階層

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

参照

DateAppointmentsCollection メンバ
C1.Schedule.Printing 名前空間