Period.Normalized Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.