'宣言 Public Overloads Function GetAppointmentsInRange( _ ByVal startDateTime As Date, _ ByVal endDateTime As Date, _ ByVal owner As Owner, _ ByVal adjustAllDayEvents As Boolean _ ) As AppointmentsSubsetCollection
public AppointmentsSubsetCollection GetAppointmentsInRange( DateTime startDateTime, DateTime endDateTime, Owner owner, bool adjustAllDayEvents )