Search
Calendar.setContactNameFormat Method
See Also
 






Sets how to format and display contact names.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setContactNameFormat (
    String value
)

 Parameters

value

A string specifying the name format.

 Remarks

Use the capital letters F, M and L as placeholders for the First, Middle and Last names. Any other character will be displayed unchanged.

 See Also