Java.Text.DateFormat.Lenient Property
Indicates whether the calendar used by this date format is lenient.

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]

Indicates whether the calendar used by this date format is lenient.

Set method documentation [Android Documentation]

Specifies whether or not date/time parsing shall be lenient. With lenient parsing, the parser may use heuristics to interpret inputs that do not precisely match this object's format. With strict parsing, inputs must match this object's format.

Requirements

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