Package org.teamapps.ux.session
Class DateTimeFormatDescriptor
- java.lang.Object
-
- org.teamapps.ux.session.DateTimeFormatDescriptor
-
public class DateTimeFormatDescriptor extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDateTimeFormatDescriptor.Builderstatic classDateTimeFormatDescriptor.FullLongMediumShortTypestatic classDateTimeFormatDescriptor.HourCycleTypestatic classDateTimeFormatDescriptor.LongShortNarrowTypestatic classDateTimeFormatDescriptor.NumericOrLongShortNarrowTypestatic classDateTimeFormatDescriptor.NumericType
-
Method Summary
-
-
-
Method Detail
-
builer
public static DateTimeFormatDescriptor.Builder builer()
-
forDate
public static DateTimeFormatDescriptor forDate(DateTimeFormatDescriptor.FullLongMediumShortType dateStyle)
-
forTime
public static DateTimeFormatDescriptor forTime(DateTimeFormatDescriptor.FullLongMediumShortType timeStyle)
-
forTime
public static DateTimeFormatDescriptor forTime(DateTimeFormatDescriptor.FullLongMediumShortType timeStyle, DateTimeFormatDescriptor.HourCycleType hourCycle)
-
toDateTimeFormatDescriptor
public org.teamapps.dto.UiDateTimeFormatDescriptor toDateTimeFormatDescriptor()
-
getDateStyle
public DateTimeFormatDescriptor.FullLongMediumShortType getDateStyle()
-
getTimeStyle
public DateTimeFormatDescriptor.FullLongMediumShortType getTimeStyle()
-
getDayPeriod
public java.lang.Boolean getDayPeriod()
-
getFractionalSecondDigits
public java.lang.Integer getFractionalSecondDigits()
-
isDayPeriod
public java.lang.Boolean isDayPeriod()
-
getHourCycle
public DateTimeFormatDescriptor.HourCycleType getHourCycle()
-
getWeekday
public DateTimeFormatDescriptor.LongShortNarrowType getWeekday()
-
getEra
public DateTimeFormatDescriptor.LongShortNarrowType getEra()
-
getYear
public DateTimeFormatDescriptor.NumericType getYear()
-
getMonth
public DateTimeFormatDescriptor.NumericOrLongShortNarrowType getMonth()
-
getDay
public DateTimeFormatDescriptor.NumericType getDay()
-
getHour
public DateTimeFormatDescriptor.NumericType getHour()
-
getMinute
public DateTimeFormatDescriptor.NumericType getMinute()
-
getSecond
public DateTimeFormatDescriptor.NumericType getSecond()
-
-