Gets or sets the middle name of the contact.
Namespace: MindFusion.Scheduling
File: Contact.js
JavaScript Copy Code |
---|
get middleName() {} |
A String that represents the middle name.
JavaScript Copy Code |
---|
var p = MindFusion.Scheduling; // create a new instance of the calendar // add some contacts to the schedule.contacts collection calendar.schedule.contacts.add(resource); |