シンタックス
'宣言
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.C1Schedule.AppointmentCollectionコレクション。
- includeEmptyDays
- コレクション内に予定の無い日付を含めるかどうかを示す System.Boolean値。
- includePrivateAppointments
- コレクション内にプライベートな予定を含めるかどうかを示す System.Boolean値。
参照