YearMonth.Of Method
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", "(ILjava/time/Month;)Ljava/time/YearMonth;", "", ApiSince=26)]
public static Java.Time.YearMonth? Of (int year, Java.Time.Month? month);
[<Android.Runtime.Register("of", "(ILjava/time/Month;)Ljava/time/YearMonth;", "", ApiSince=26)>]
static member Of : int * Java.Time.Month -> Java.Time.YearMonth
Parameters
- year
- Int32
- month
- Month
Returns
- Attributes
Applies to
[Android.Runtime.Register("of", "(II)Ljava/time/YearMonth;", "", ApiSince=26)]
public static Java.Time.YearMonth? Of (int year, int month);
[<Android.Runtime.Register("of", "(II)Ljava/time/YearMonth;", "", ApiSince=26)>]
static member Of : int * int -> Java.Time.YearMonth
Parameters
- year
- Int32
- month
- Int32
Returns
- Attributes