Uses of Enum Class
com.uc4.communication.TimeSettings.FirstWeekOfYear
Packages that use TimeSettings.FirstWeekOfYear
-
Uses of TimeSettings.FirstWeekOfYear in com.uc4.communication
Methods in com.uc4.communication that return TimeSettings.FirstWeekOfYearModifier and TypeMethodDescriptionTimeSettings.getFirstWeekOfYear()Returns the display settings for the first week.static TimeSettings.FirstWeekOfYearReturns the enum constant of this class with the specified name.static TimeSettings.FirstWeekOfYear[]TimeSettings.FirstWeekOfYear.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.uc4.communication with parameters of type TimeSettings.FirstWeekOfYearModifier and TypeMethodDescriptionvoidTimeSettings.setFirstWeekOfYear(TimeSettings.FirstWeekOfYear firstWeekOfYear) The definition made here is displayed in Calendar objects but does not influence processing (for example, WEEK_NR).