Share via


Calendar.GetFieldResolutionTable Method

Definition

Returns the field resolution array for this calendar.

[Android.Runtime.Register("getFieldResolutionTable", "()[[[I", "GetGetFieldResolutionTableHandler", ApiSince=24)]
protected virtual int[][][]? GetFieldResolutionTable ();
[<Android.Runtime.Register("getFieldResolutionTable", "()[[[I", "GetGetFieldResolutionTableHandler", ApiSince=24)>]
abstract member GetFieldResolutionTable : unit -> int[][][]
override this.GetFieldResolutionTable : unit -> int[][][]

Returns

Int32[][][]
Attributes

Remarks

Returns the field resolution array for this calendar. Calendars that define additional fields or change the semantics of existing fields should override this method to adjust the field resolution semantics accordingly. Other subclasses should not override this method.

Java documentation for android.icu.util.Calendar.getFieldResolutionTable().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to