Uses of Class
com.ethlo.time.Field
-
-
Uses of Field in com.ethlo.time
Methods in com.ethlo.time that return Field Modifier and Type Method Description static FieldField. valueOf(Class<? extends Temporal> type)Returns the enum constant of this type with the specified name.static FieldField. valueOf(String name)Returns the enum constant of this type with the specified name.static Field[]Field. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ethlo.time with parameters of type Field Modifier and Type Method Description StringEthloITU. format(OffsetDateTime date, Field lastIncluded)StringW3cDateTimeUtil. format(OffsetDateTime parse, Field year)StringEthloITU. formatUtc(OffsetDateTime date, Field lastIncluded, int fractionDigits)static StringITU. formatUtc(OffsetDateTime date, Field lastIncluded, int fractionDigits)StringW3cDateTimeUtil. formatUtc(OffsetDateTime date, Field lastIncluded, int fractionDigits)Format the date/date-time in UTC format
-