指定された
C1.Schedule.AppointmentCollection コレクションから取得した予定を使用して、指定された日付範囲の
DateAppointmentsCollection コレクションの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Date, _
ByVal As System.Date, _
ByVal As AppointmentCollection, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
)
public DateAppointmentsCollection(
System.DateTime ,
System.DateTime ,
AppointmentCollection ,
System.bool ,
System.bool
)
パラメータ
- start
- 日付範囲の開始日を表す System.DateTime 値。
- end
- 日付範囲の終了日を表す System.DateTime 値。
- appointmentCollection
- 予定の取得元の C1.Schedule.AppointmentCollection コレクション。
- includeEmptyDays
- 予定がない日付をコレクションに含めるかどうかを指定する System.Boolean 値。
- includePrivateAppointments
- 非公開の予定をコレクションに含めるかどうかを指定する System.Boolean 値。
参照