ResolverStyle.Values Method

Definition

Returns an array containing the constants of this enum class, in the order they are declared.

[Android.Runtime.Register("values", "()[Ljava/time/format/ResolverStyle;", "", ApiSince=26)]
public static Java.Time.Format.ResolverStyle[]? Values();
[<Android.Runtime.Register("values", "()[Ljava/time/format/ResolverStyle;", "", ApiSince=26)>]
static member Values : unit -> Java.Time.Format.ResolverStyle[]

Returns

an array containing the constants of this enum class, in the order they are declared

Attributes

Remarks

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