/// <summary>
 /// Sets (updates or inserts) specified AppointmentInfo.
 /// </summary>
 /// <param name="infoObj">AppointmentInfo to be set</param>
 public static void SetAppointmentInfo(AppointmentInfo infoObj)
 {
     ProviderObject.SetAppointmentInfoInternal(infoObj);
 }