'宣言 Public Overloads Function GetOccurrences( _ ByVal appointment As Appointment, _ ByVal start As System.Date, _ ByVal end As System.Date _ ) As AppointmentList
public AppointmentList GetOccurrences( Appointment appointment, System.DateTime start, System.DateTime end )
パラメータ
- appointment
- マスター予定を表す Appointmentオブジェクト。
- start
- 間隔の開始日時を指定する System.DateTime値。
- end
- 間隔の終了日時を指定する System.DateTime値。
戻り値の型
AppointmentListオブジェクト。