Overload List

  NameDescription
Public methodAppointment()()()()
Initializes a new instance of the Appointment class.
Public methodAppointment(DateTime, DateTime)
Initializes a new instance of the Appointment class with the specified parameters.
Public methodAppointment(DateTime, TimeSpan)
Initializes a new instance of the Appointment class with the specified parameters.
Protected methodAppointment(SerializationInfo, StreamingContext)
Special constructor for deserialization.
Public methodAppointment(DateTime, DateTime, String)
Initializes a new instance of the Appointment class with the specified parameters.
Public methodAppointment(DateTime, TimeSpan, String)
Initializes a new instance of the Appointment class with the specified parameters.

See Also