Period.Of(Int32, Int32, Int32) 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.
[Android.Runtime.Register("of", "(III)Ljava/time/Period;", "", ApiSince=26)]
public static Java.Time.Period? Of (int years, int months, int days);
[<Android.Runtime.Register("of", "(III)Ljava/time/Period;", "", ApiSince=26)>]
static member Of : int * int * int -> Java.Time.Period
Parameters
- years
- Int32
- months
- Int32
- days
- Int32
Returns
- Attributes