Uses of Class
org.teamapps.ux.session.DateTimeFormatDescriptor.HourCycleType
| Package | Description |
|---|---|
| org.teamapps.ux.session |
-
Uses of DateTimeFormatDescriptor.HourCycleType in org.teamapps.ux.session
Methods in org.teamapps.ux.session that return DateTimeFormatDescriptor.HourCycleType Modifier and Type Method Description DateTimeFormatDescriptor.HourCycleTypeDateTimeFormatDescriptor. getHourCycle()static DateTimeFormatDescriptor.HourCycleTypeDateTimeFormatDescriptor.HourCycleType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DateTimeFormatDescriptor.HourCycleType[]DateTimeFormatDescriptor.HourCycleType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.session with parameters of type DateTimeFormatDescriptor.HourCycleType Modifier and Type Method Description static DateTimeFormatDescriptorDateTimeFormatDescriptor. forTime(DateTimeFormatDescriptor.FullLongMediumShortType timeStyle, DateTimeFormatDescriptor.HourCycleType hourCycle)DateTimeFormatDescriptor.BuilderDateTimeFormatDescriptor.Builder. setHourCycle(DateTimeFormatDescriptor.HourCycleType hourCycle)