Appointment Constructor(Int32)
Initializes a new instance of the
Appointment class with the specified key.
public Appointment(
System.int
)
'Declaration
Public Function New( _
ByVal As System.Integer _
)
Parameters
- key
- The System.Int32 value which should be used as appointment key.