Calendar.WeekData(Int32, Int32, Int32, Int32, Int32, Int32) Constructor
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.
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
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.