Gets or sets the last name of the contact.
Namespace: MindFusion.Scheduling
File: Contact.js
SyntaxJavaScript
Copy Code
|
|---|
get lastName() {} |
A String that represents the last name.
ExampleJavaScript
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); |
See Also