Package org.teamapps.ux.session
Class DateTimeFormatDescriptor.Builder
java.lang.Object
org.teamapps.ux.session.DateTimeFormatDescriptor.Builder
- Enclosing class:
- DateTimeFormatDescriptor
public static class DateTimeFormatDescriptor.Builder
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description Builder() -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setFractionalSecondDigits
public DateTimeFormatDescriptor.Builder setFractionalSecondDigits(java.lang.Integer fractionalSecondDigits) -
setDayPeriod
public DateTimeFormatDescriptor.Builder setDayPeriod(DateTimeFormatDescriptor.DayPeriodType dayPeriod) -
setHourCycle
public DateTimeFormatDescriptor.Builder setHourCycle(DateTimeFormatDescriptor.HourCycleType hourCycle) -
setWeekday
public DateTimeFormatDescriptor.Builder setWeekday(DateTimeFormatDescriptor.LongShortNarrowType weekday) -
setEra
-
setYear
-
setMonth
public DateTimeFormatDescriptor.Builder setMonth(DateTimeFormatDescriptor.NumericOrLongShortNarrowType month) -
setDay
-
setHour
-
setMinute
-
setSecond
-
build
-