Sdílet prostřednictvím


Calendar.WeekData(Int32, Int32, Int32, Int32, Int32, Int32) Constructor

Definition

Constructor

[Android.Runtime.Register(".ctor", "(IIIIII)V", "", ApiSince=24)]
public WeekData (int fdow, int mdifw, int weekendOnset, int weekendOnsetMillis, int weekendCease, int weekendCeaseMillis);
[<Android.Runtime.Register(".ctor", "(IIIIII)V", "", ApiSince=24)>]
new Android.Icu.Util.Calendar.WeekData : int * int * int * int * int * int -> Android.Icu.Util.Calendar.WeekData

Parameters

fdow
Int32

the first day of the week, where 1 = #SUNDAY and 7 = #SATURDAY

mdifw
Int32

the minimal number of days in the first week

weekendOnset
Int32

the onset day, where 1 = Sunday and 7 = Saturday

weekendOnsetMillis
Int32

the onset time in millis during the onset day

weekendCease
Int32

the cease day, where 1 = Sunday and 7 = Saturday

weekendCeaseMillis
Int32

the cease time in millis during the cease day.

Attributes

Remarks

Constructor

Java documentation for android.icu.util.Calendar.WeekData.Calendar$WeekData(int, int, int, int, int, int).

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.

Applies to