Month.FirstMonthOfQuarter 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.
Gets the month corresponding to the first month of this quarter.
[Android.Runtime.Register("firstMonthOfQuarter", "()Ljava/time/Month;", "", ApiSince=26)]
public Java.Time.Month? FirstMonthOfQuarter ();
[<Android.Runtime.Register("firstMonthOfQuarter", "()Ljava/time/Month;", "", ApiSince=26)>]
member this.FirstMonthOfQuarter : unit -> Java.Time.Month
Returns
the first month of the quarter corresponding to this month, not null
- Attributes
Remarks
Gets the month corresponding to the first month of this quarter.
The year can be divided into four quarters. This method returns the first month of the quarter for the base month. January, February and March return January. April, May and June return April. July, August and September return July. October, November and December return October.
Java documentation for java.time.Month.firstMonthOfQuarter()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.