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
-
-
-
Method Detail
-
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
public DateTimeFormatDescriptor.Builder setEra(DateTimeFormatDescriptor.LongShortNarrowType era)
-
setYear
public DateTimeFormatDescriptor.Builder setYear(DateTimeFormatDescriptor.NumericType year)
-
setMonth
public DateTimeFormatDescriptor.Builder setMonth(DateTimeFormatDescriptor.NumericOrLongShortNarrowType month)
-
setDay
public DateTimeFormatDescriptor.Builder setDay(DateTimeFormatDescriptor.NumericType day)
-
setHour
public DateTimeFormatDescriptor.Builder setHour(DateTimeFormatDescriptor.NumericType hour)
-
setMinute
public DateTimeFormatDescriptor.Builder setMinute(DateTimeFormatDescriptor.NumericType minute)
-
setSecond
public DateTimeFormatDescriptor.Builder setSecond(DateTimeFormatDescriptor.NumericType second)
-
build
public DateTimeFormatDescriptor build()
-
-