'宣言 Public Function GetIntervalAppointments( _ ByVal start As System.Date, _ ByVal end As System.Date, _ ByVal includeAll As System.Boolean _ ) As System.Collections.Generic.List(Of Appointment)
public System.Collections.Generic.List<Appointment> GetIntervalAppointments( System.DateTime start, System.DateTime end, System.bool includeAll )
パラメータ
- start
- end
- includeAll