Java.Util.Calendar.Lenient Property
Tests whether this Calendar accepts field values which are outside the valid range for the field.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Tests whether this Calendar accepts field values which are outside the valid range for the field.

Set method documentation [Android Documentation]

Sets whether this Calendar accepts field values which are outside the valid range for the field.

Requirements

Namespace: Java.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1