Calendar.Lenient Property

Definition

Tells whether date/time interpretation is to be lenient.

public virtual bool Lenient { [Android.Runtime.Register("isLenient", "()Z", "GetIsLenientHandler")] get; [Android.Runtime.Register("setLenient", "(Z)V", "GetSetLenient_ZHandler")] set; }
[<get: Android.Runtime.Register("isLenient", "()Z", "GetIsLenientHandler")>]
[<set: Android.Runtime.Register("setLenient", "(Z)V", "GetSetLenient_ZHandler")>]
member this.Lenient : bool with get, set

Property Value

true if the interpretation mode of this calendar is lenient; false otherwise.

Attributes

Remarks

Tells whether date/time interpretation is to be lenient.

Java documentation for java.util.Calendar.isLenient().

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