Search
MonthRangeSettings.getTitleSeparator Method
See Also
 






Gets the string used as a title separator in a CalendarView.MonthRange view that displays more than 1 month at a time.

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

 Syntax

Java  Copy Code

public String getTitleSeparator ()

 Return Value

A string containing the separator text.

 Remarks

The format of the text displayed in the view's header is in the format "<FirstDate><TitleSeparator><LastDate>", where <FirstDate> and <LastDate> indicate the first and the last visible dates in the calendar, formatted according to getTitleFormat. The <TitleSeparator> represents the value of this property. If getTitleSeparator is an empty string, then the header's text is only "<FirstDate>".

 See Also