Calendar.ValidateField Method

Definition

Overloads

ValidateField(CalendarField)
ValidateField(CalendarField, Int32, Int32)

ValidateField(CalendarField)

[Android.Runtime.Register("validateField", "(I)V", "GetValidateField_IHandler", ApiSince=24)]
protected virtual void ValidateField (Android.Icu.Util.CalendarField field);
[<Android.Runtime.Register("validateField", "(I)V", "GetValidateField_IHandler", ApiSince=24)>]
abstract member ValidateField : Android.Icu.Util.CalendarField -> unit
override this.ValidateField : Android.Icu.Util.CalendarField -> unit

Parameters

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

ValidateField(CalendarField, Int32, Int32)

[Android.Runtime.Register("validateField", "(III)V", "", ApiSince=24)]
protected void ValidateField (Android.Icu.Util.CalendarField field, int min, int max);
[<Android.Runtime.Register("validateField", "(III)V", "", ApiSince=24)>]
member this.ValidateField : Android.Icu.Util.CalendarField * int * int -> unit

Parameters

min
Int32
max
Int32
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