Search
Calendar Constructor (Locale)
See Also
 






Initializes a new instance of the Calendar class using the specified Locale.

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

 Syntax

Java  Copy Code

public Calendar (
    Locale locale
)

 Parameters

locale

A Locale object providing information about formatting and displaying dates and times.

 See Also