Calendar.GetFieldResolutionTable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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.