YearMonth.Of 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.
Overloads
Of(Int32, Month)
[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
Of(Int32, Int32)
[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