Package com.miloun.cosmo
Class WeekInfo
java.lang.Object
com.miloun.cosmo.WeekInfo
Week conventions for a locale's region. Days use ISO-8601 numbering
(1 = Monday … 7 = Sunday), matching the JS port's `Intl` convention.
Unlike the Python port (whose PyICU build exposes no weekend API), ICU4J provides the weekend days directly — no hardcoded data.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intFirst day of the week, ISO numbering.final intMinimal days required in the first week of the year.Weekend days, ISO numbering, in onset → cease order. -
Method Summary
-
Field Details
-
firstDay
public final int firstDayFirst day of the week, ISO numbering. -
minimalDays
public final int minimalDaysMinimal days required in the first week of the year. -
weekend
Weekend days, ISO numbering, in onset → cease order.
-