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