C1.Silverlight.Schedule.5 Assembly > C1.C1Schedule Namespace > AppointmentCollection Class > Add Method : Add(DateTime,TimeSpan,String) Method |
'Declaration Public Overloads Function Add( _ ByVal start As System.Date, _ ByVal duration As System.TimeSpan, _ ByVal subject As System.String _ ) As Appointment
public Appointment Add( System.DateTime start, System.TimeSpan duration, System.string subject )