ChineseCalendar.HandleComputeMonthStart(Int32, Int32, Boolean) 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.
Return the Julian day number of day before the first day of the given month in the given extended year.
[Android.Runtime.Register("handleComputeMonthStart", "(IIZ)I", "GetHandleComputeMonthStart_IIZHandler", ApiSince=24)]
protected override int HandleComputeMonthStart (int eyear, int month, bool useMonth);
[<Android.Runtime.Register("handleComputeMonthStart", "(IIZ)I", "GetHandleComputeMonthStart_IIZHandler", ApiSince=24)>]
override this.HandleComputeMonthStart : int * int * bool -> int
Parameters
- eyear
- Int32
the extended year
- month
- Int32
the zero-based month. The month is also determined by reading the IS_LEAP_MONTH field.
- useMonth
- Boolean
Returns
the Julian day number of the day before the first day of the given month and year
- Attributes
Remarks
Return the Julian day number of day before the first day of the given month in the given extended year.
Note: This method reads the IS_LEAP_MONTH field to determine whether the given month is a leap month.
Java documentation for android.icu.util.ChineseCalendar.handleComputeMonthStart(int, int, boolean)
.
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.