Java.Util.Calendar.GetInstance Method
Constructs a new instance of the Calendar subclass appropriate for the given Locale and given TimeZone, set to the current date and time.

Syntax

[Android.Runtime.Register("getInstance", "(Ljava/util/TimeZone;Ljava/util/Locale;)Ljava/util/Calendar;", "")]
public static Calendar GetInstance (TimeZone timezone, Locale locale)

Parameters

timezone
Documentation for this section has not yet been entered.
locale
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Remarks

Constructs a new instance of the Calendar subclass appropriate for the given Locale and given TimeZone, set to the current date and time.

[Android Documentation]

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1