シンタックス
'宣言
Public Function New( _
ByVal As System.Date, _
ByVal As System.Date, _
ByVal As AppointmentCollection, _
ByVal As CalendarInfo, _
ByVal As System.Boolean, _
ByVal As System.Boolean, _
ByVal As System.Boolean _
)
public DateAppointmentsCollection(
System.DateTime ,
System.DateTime ,
AppointmentCollection ,
CalendarInfo ,
System.bool ,
System.bool ,
System.bool
)
パラメータ
- start
- 日付範囲の開始日を表す System.DateTime値。
- end
- 日付範囲の終了日を表す System.DateTime値。
- appointmentCollection
- 予定を取得する C1.Schedule.AppointmentCollectionコレクション。
- calendarInfo
- カレンダーに特化した情報を含む C1.Schedule.CalendarInfoオブジェクト。
- includeEmptyDays
- コレクション内に予定の無い日付を含めるかどうかを示す System.Boolean値。
- includeWeekends
- コレクション内に週末を含めるかどうかを示す System.Boolean値。
- includePrivateAppointments
- コレクション内にプライベートな予定を含めるかどうかを示す System.Boolean値。
参照