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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
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
-
getTimeStyle
-
getDayPeriod
public java.lang.Boolean getDayPeriod() -
getFractionalSecondDigits
public java.lang.Integer getFractionalSecondDigits() -
isDayPeriod
public java.lang.Boolean isDayPeriod() -
getHourCycle
-
getWeekday
-
getEra
-
getYear
-
getMonth
-
getDay
-
getHour
-
getMinute
-
getSecond
-