Share via


NSDateFormatter.IsLenient Property

Definition

Whether this formatter uses heuristics when parsing a string.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool IsLenient { [Foundation.Export("isLenient")] get; [Foundation.Export("setLenient:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isLenient")>]
[<set: Foundation.Export("setLenient:")>]
member this.IsLenient : bool with get, set

Property Value

Attributes

Applies to