| getInstance( object_locale ) | ใช้สร้าง object calendar และจะมีค่าปฏิทินตาม object locale ที่กำหนด |
|---|
method:getInstance ( object_locale );
return type:Calendar
special:static
content:ใช้สร้าง object calendar และจะมีค่าปฏิทินตาม object locale ที่กำหนด
example:Locale locale = new Locale ( "th", "TH" ); Calendar calendar = Calendar.getInstance ( locale );