オーバーロード | 解説 |
---|---|
Add() | Creates the new Appointment object with default settings and adds it to the collection. |
Add(DateTime,DateTime) | Creates the new Appointment object with specified parameters and adds it to the collection. |
Add(DateTime,TimeSpan) | Creates the new Appointment object with specified parameters and adds it to the collection. |
Add(DateTime,DateTime,String) | Creates the new Appointment object with specified parameters and adds it to the collection. |
Add(DateTime,TimeSpan,String) | Creates the new Appointment object with specified parameters and adds it to the collection. |
Add | Creates the new Appointment object with default settings and adds it to the collection. C1.Schedule.BaseCollection<Appointment>から継承されます。 |