Search
Calendar.setDateTimeFormat Method
See Also
 






Sets a DateTimeInfo object that specifies how to format and display all dates within the calendar.

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

 Syntax

Java  Copy Code

public void setDateTimeFormat (
    DateTimeInfo value
)

 Parameters

value

An instance of the DateTimeInfo class.

 Remarks

If this property is not set, the calendar uses a DateTimeInfo from the associated Locale.

 See Also