Search
Calendar.getDateTimeInfo Method
See Also
 






Gets 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 DateTimeInfo getDateTimeInfo ()

 Return 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