Period.Normalized Method

Definition

Returns a copy of this period with the years and months normalized.

[Android.Runtime.Register("normalized", "()Ljava/time/Period;", "", ApiSince=26)]
public Java.Time.Chrono.IChronoPeriod? Normalized();
[<Android.Runtime.Register("normalized", "()Ljava/time/Period;", "", ApiSince=26)>]
abstract member Normalized : unit -> Java.Time.Chrono.IChronoPeriod
override this.Normalized : unit -> Java.Time.Chrono.IChronoPeriod

Returns

a Period based on this period with excess months normalized to years, not null

Implements

Attributes

Remarks

To be added.

Java reference for java.time.Period.normalized.

Applies to