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